Clean. Too many files that are not uptodate. Better to update doc to

explain how to regenerate them.
This commit is contained in:
Laurent Destailleur 2024-05-24 15:07:31 +02:00
parent 10e4d10118
commit d62bd87f06
401 changed files with 4 additions and 5247 deletions

View File

@ -1,2 +1,6 @@
= To install Bruno on Ubuntu =
sudo snap install bruno
Then create a project.
Then you can import the definition of all API from Bruno by using the URL provided in Dolibarr API module.

View File

@ -1,20 +0,0 @@
meta {
name: Accountancy export data --
type: http
seq: 1
}
get {
url: {{base_url}}/accountancy/exportdata
body: none
auth: none
}
query {
~date_min:
~date_max:
~format:
~lettering:
~alreadyexport:
~notnotifiedasexport:
}

View File

@ -1,11 +0,0 @@
meta {
name: Create Agenda Event object --
type: http
seq: 5
}
post {
url: {{base_url}}/agendaevents
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Delete Agenda Event --
type: http
seq: 3
}
delete {
url: {{base_url}}/agendaevents/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Get properties of a Agenda Events object --
type: http
seq: 1
}
get {
url: {{base_url}}/agendaevents/1
body: none
auth: none
}

View File

@ -1,21 +0,0 @@
meta {
name: List Agenda Events --
type: http
seq: 4
}
get {
url: {{base_url}}/agendaevents
body: none
auth: none
}
query {
~sortfield:
~sortorder:
~limit:
~page:
~user_ids:
~sqlfilters:
~properties:
}

View File

@ -1,11 +0,0 @@
meta {
name: Update Agenda Event general fields --
type: http
seq: 2
}
put {
url: {{base_url}}/agendaevents/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Add a line to an account --
type: http
seq: 8
}
post {
url: {{base_url}}/bankaccounts/{id}/lines
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Add a link to an account line --
type: http
seq: 9
}
post {
url: {{base_url}}/bankaccounts/{id}/lines/{line_id}/links
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Create account object --
type: http
seq: 2
}
post {
url: {{base_url}}/bankaccounts
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Create an internal wire transfer between two bank accounts --
type: http
seq: 6
}
post {
url: {{base_url}}/bankaccounts/transfer
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Delete account --
type: http
seq: 5
}
delete {
url: {{base_url}}/bankaccounts/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Delete an account line --
type: http
seq: 12
}
delete {
url: {{base_url}}/bankaccounts/{id}/lines/{line_id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Get account by ID- --
type: http
seq: 3
}
get {
url: {{base_url}}/bankaccounts/{id}
body: none
auth: none
}

View File

@ -1,21 +0,0 @@
meta {
name: Get the list of accounts- --
type: http
seq: 1
}
get {
url: {{base_url}}/bankaccounts
body: none
auth: none
}
query {
~sortfield:
~sortorder:
~limit:
~page:
~category:
~sqlfilters:
~properties:
}

View File

@ -1,15 +0,0 @@
meta {
name: Get the list of lines of the account- --
type: http
seq: 7
}
get {
url: {{base_url}}/bankaccounts/{id}/lines
body: none
auth: none
}
query {
~sqlfilters:
}

View File

@ -1,11 +0,0 @@
meta {
name: Get the list of links for a line of the account- --
type: http
seq: 10
}
get {
url: {{base_url}}/bankaccounts/{id}/lines/{line_id}/links
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Update account --
type: http
seq: 4
}
put {
url: {{base_url}}/bankaccounts/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Update an account line --
type: http
seq: 11
}
put {
url: {{base_url}}/bankaccounts/{id}/lines/{line_id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Add a line to given BOM --
type: http
seq: 7
}
post {
url: {{base_url}}/boms/{id}/lines
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Create bom object --
type: http
seq: 5
}
post {
url: {{base_url}}/boms
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Delete a line to given BOM --
type: http
seq: 9
}
delete {
url: {{base_url}}/boms/{id}/lines/{lineid}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Delete bom --
type: http
seq: 3
}
delete {
url: {{base_url}}/boms/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Get lines of an BOM --
type: http
seq: 6
}
get {
url: {{base_url}}/boms/{id}/lines
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Get properties of a bom object --
type: http
seq: 1
}
get {
url: {{base_url}}/boms/{id}
body: none
auth: none
}

View File

@ -1,20 +0,0 @@
meta {
name: List boms --
type: http
seq: 4
}
get {
url: {{base_url}}/boms
body: none
auth: none
}
query {
~sortfield:
~sortorder:
~limit:
~page:
~sqlfilters:
~properties:
}

View File

@ -1,11 +0,0 @@
meta {
name: Update a line to given BOM --
type: http
seq: 8
}
put {
url: {{base_url}}/boms/{id}/lines/{lineid}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Update bom --
type: http
seq: 2
}
put {
url: {{base_url}}/boms/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Create category object --
type: http
seq: 5
}
post {
url: {{base_url}}/categories
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Delete category --
type: http
seq: 3
}
delete {
url: {{base_url}}/categories/{id}
body: none
auth: none
}

View File

@ -1,15 +0,0 @@
meta {
name: Get properties of a category object --
type: http
seq: 1
}
get {
url: {{base_url}}/categories/{id}
body: none
auth: none
}
query {
~include_childs:
}

View File

@ -1,16 +0,0 @@
meta {
name: Get the list of objects in a category- --
type: http
seq: 11
}
get {
url: {{base_url}}/categories/{id}/objects
body: none
auth: none
}
query {
type:
~onlyids:
}

View File

@ -1,11 +0,0 @@
meta {
name: Link an object to a category by id --
type: http
seq: 7
}
post {
url: {{base_url}}/categories/{id}/objects/{type}/{object_id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Link an object to a category by ref --
type: http
seq: 9
}
post {
url: {{base_url}}/categories/{id}/objects/{type}/ref/{object_ref}
body: none
auth: none
}

View File

@ -1,21 +0,0 @@
meta {
name: List categories --
type: http
seq: 4
}
get {
url: {{base_url}}/categories
body: none
auth: none
}
query {
~sortfield:
~sortorder:
~limit:
~page:
~type:
~sqlfilters:
~properties:
}

View File

@ -1,18 +0,0 @@
meta {
name: List categories of an object --
type: http
seq: 6
}
get {
url: {{base_url}}/categories/object/{type}/{id}
body: none
auth: none
}
query {
~sortfield:
~sortorder:
~limit:
~page:
}

View File

@ -1,11 +0,0 @@
meta {
name: Unlink an object from a category by id --
type: http
seq: 8
}
delete {
url: {{base_url}}/categories/{id}/objects/{type}/{object_id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Unlink an object from a category by ref --
type: http
seq: 10
}
delete {
url: {{base_url}}/categories/{id}/objects/{type}/ref/{object_ref}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Update category --
type: http
seq: 2
}
put {
url: {{base_url}}/categories/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Add a category to a contact --
type: http
seq: 9
}
put {
url: {{base_url}}/contacts/{id}/categories/{category_id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Create an user account object from contact -external user- --
type: http
seq: 7
}
post {
url: {{base_url}}/contacts/{id}/createUser
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Create contact object --
type: http
seq: 6
}
post {
url: {{base_url}}/contacts
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Delete contact --
type: http
seq: 3
}
delete {
url: {{base_url}}/contacts/{id}
body: none
auth: none
}

View File

@ -1,18 +0,0 @@
meta {
name: Get categories for a contact --
type: http
seq: 8
}
get {
url: {{base_url}}/contacts/{id}/categories
body: none
auth: none
}
query {
~sortfield:
~sortorder:
~limit:
~page:
}

View File

@ -1,16 +0,0 @@
meta {
name: Get properties of a contact object --
type: http
seq: 1
}
get {
url: {{base_url}}/contacts/{id}
body: none
auth: none
}
query {
~includecount:
~includeroles:
}

View File

@ -1,16 +0,0 @@
meta {
name: Get properties of a contact object by Email --
type: http
seq: 4
}
get {
url: {{base_url}}/contacts/email/{email}
body: none
auth: none
}
query {
~includecount:
~includeroles:
}

View File

@ -1,24 +0,0 @@
meta {
name: List contacts --
type: http
seq: 5
}
get {
url: {{base_url}}/contacts
body: none
auth: none
}
query {
~sortfield:
~sortorder:
~limit:
~page:
~thirdparty_ids:
~category:
~sqlfilters:
~includecount:
~includeroles:
~properties:
}

View File

@ -1,11 +0,0 @@
meta {
name: Remove the link between a category and a contact --
type: http
seq: 10
}
delete {
url: {{base_url}}/contacts/{id}/categories/{category_id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Update contact --
type: http
seq: 2
}
put {
url: {{base_url}}/contacts/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Activate a service line of a given contract --
type: http
seq: 10
}
put {
url: {{base_url}}/contracts/{id}/lines/{lineid}/activate
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Add a line to given contract --
type: http
seq: 7
}
post {
url: {{base_url}}/contracts/{id}/lines
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Close all services of a contract --
type: http
seq: 13
}
post {
url: {{base_url}}/contracts/{id}/close
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Create contract object --
type: http
seq: 5
}
post {
url: {{base_url}}/contracts
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Delete a line to given contract --
type: http
seq: 9
}
delete {
url: {{base_url}}/contracts/{id}/lines/{lineid}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Delete contract --
type: http
seq: 3
}
delete {
url: {{base_url}}/contracts/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Get lines of a contract --
type: http
seq: 6
}
get {
url: {{base_url}}/contracts/{id}/lines
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Get properties of a contract object --
type: http
seq: 1
}
get {
url: {{base_url}}/contracts/{id}
body: none
auth: none
}

View File

@ -1,21 +0,0 @@
meta {
name: List contracts --
type: http
seq: 4
}
get {
url: {{base_url}}/contracts
body: none
auth: none
}
query {
~sortfield:
~sortorder:
~limit:
~page:
~thirdparty_ids:
~sqlfilters:
~properties:
}

View File

@ -1,11 +0,0 @@
meta {
name: Unactivate a service line of a given contract --
type: http
seq: 11
}
put {
url: {{base_url}}/contracts/{id}/lines/{lineid}/unactivate
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Update a line to given contract --
type: http
seq: 8
}
put {
url: {{base_url}}/contracts/{id}/lines/{lineid}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Update contract general fields -won-t touch lines of contract- --
type: http
seq: 2
}
put {
url: {{base_url}}/contracts/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Validate a contract --
type: http
seq: 12
}
post {
url: {{base_url}}/contracts/{id}/validate
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Create donation object --
type: http
seq: 5
}
post {
url: {{base_url}}/donations
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Delete donation --
type: http
seq: 3
}
delete {
url: {{base_url}}/donations/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Get properties of an donation object --
type: http
seq: 1
}
get {
url: {{base_url}}/donations/{id}
body: none
auth: none
}

View File

@ -1,21 +0,0 @@
meta {
name: List donations --
type: http
seq: 4
}
get {
url: {{base_url}}/donations
body: none
auth: none
}
query {
~sortfield:
~sortorder:
~limit:
~page:
~thirdparty_ids:
~sqlfilters:
~properties:
}

View File

@ -1,11 +0,0 @@
meta {
name: Update order general fields -won-t touch lines of order- --
type: http
seq: 2
}
put {
url: {{base_url}}/donations/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Validate an donation --
type: http
seq: 6
}
post {
url: {{base_url}}/donations/{id}/validate
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Create Expense Report object --
type: http
seq: 5
}
post {
url: {{base_url}}/expensereports
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Create payment of ExpenseReport --
type: http
seq: 8
}
post {
url: {{base_url}}/expensereports/{id}/payments
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Delete Expense Report --
type: http
seq: 3
}
delete {
url: {{base_url}}/expensereports/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Get a given payment- --
type: http
seq: 7
}
get {
url: {{base_url}}/expensereports/payments/{pid}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Get properties of an Expense Report --
type: http
seq: 1
}
get {
url: {{base_url}}/expensereports/{id}
body: none
auth: none
}

View File

@ -1,18 +0,0 @@
meta {
name: Get the list of payments of expensereport- --
type: http
seq: 6
}
get {
url: {{base_url}}/expensereports/payments
body: none
auth: none
}
query {
~sortfield:
~sortorder:
~limit:
~page:
}

View File

@ -1,21 +0,0 @@
meta {
name: List Expense Reports --
type: http
seq: 4
}
get {
url: {{base_url}}/expensereports
body: none
auth: none
}
query {
~sortfield:
~sortorder:
~limit:
~page:
~user_ids:
~sqlfilters:
~properties:
}

View File

@ -1,11 +0,0 @@
meta {
name: Update Expense Report general fields -won-t touch lines of expensereport- --
type: http
seq: 2
}
put {
url: {{base_url}}/expensereports/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Update a payment of ExpenseReport --
type: http
seq: 9
}
put {
url: {{base_url}}/expensereports/{id}/payments
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Add a line to a given intervention --
type: http
seq: 5
}
post {
url: {{base_url}}/interventions/{id}/lines
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Close an intervention --
type: http
seq: 7
}
post {
url: {{base_url}}/interventions/{id}/close
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Create intervention object --
type: http
seq: 4
}
post {
url: {{base_url}}/interventions
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Delete order --
type: http
seq: 2
}
delete {
url: {{base_url}}/interventions/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Get properties of a Expense Report object Return an array with Expense Report information --
type: http
seq: 1
}
get {
url: {{base_url}}/interventions/{id}
body: none
auth: none
}

View File

@ -1,21 +0,0 @@
meta {
name: List of interventions Return a list of interventions --
type: http
seq: 3
}
get {
url: {{base_url}}/interventions
body: none
auth: none
}
query {
~sortfield:
~sortorder:
~limit:
~page:
~thirdparty_ids:
~sqlfilters:
~properties:
}

View File

@ -1,11 +0,0 @@
meta {
name: Validate an intervention --
type: http
seq: 6
}
post {
url: {{base_url}}/interventions/{id}/validate
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Add a contact type of given invoice --
type: http
seq: 14
}
post {
url: {{base_url}}/invoices/{id}/contact/{contactid}/{type}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Add a discount line into an invoice -as an invoice line- using an existing absolute discount --
type: http
seq: 23
}
post {
url: {{base_url}}/invoices/{id}/usediscount/{discountid}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Add a line to a given invoice --
type: http
seq: 11
}
post {
url: {{base_url}}/invoices/{id}/lines
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Add a payment to pay partially or completely one or several invoices- --
type: http
seq: 27
}
post {
url: {{base_url}}/invoices/paymentsdistributed
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Add an available credit note discount to payments of an existing invoice- --
type: http
seq: 24
}
post {
url: {{base_url}}/invoices/{id}/usecreditnote/{discountid}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Add payment line to a specific invoice with the remain to pay as amount- --
type: http
seq: 26
}
post {
url: {{base_url}}/invoices/{id}/payments
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Adds a contact to an invoice --
type: http
seq: 16
}
post {
url: {{base_url}}/invoices/{id}/contacts
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Create a discount -credit available- for a credit note or a deposit- --
type: http
seq: 22
}
post {
url: {{base_url}}/invoices/{id}/markAsCreditAvailable
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Create an invoice using a contract- --
type: http
seq: 9
}
post {
url: {{base_url}}/invoices/createfromcontract/{contractid}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Create an invoice using an existing order- --
type: http
seq: 8
}
post {
url: {{base_url}}/invoices/createfromorder/{orderid}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Create invoice object --
type: http
seq: 7
}
post {
url: {{base_url}}/invoices
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Delete a contact type of given invoice --
type: http
seq: 15
}
delete {
url: {{base_url}}/invoices/{id}/contact/{contactid}/{type}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Delete invoice --
type: http
seq: 3
}
delete {
url: {{base_url}}/invoices/{id}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Deletes a line of a given invoice --
type: http
seq: 13
}
delete {
url: {{base_url}}/invoices/{id}/lines/{lineid}
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Get discount from invoice --
type: http
seq: 21
}
get {
url: {{base_url}}/invoices/{id}/discount
body: none
auth: none
}

View File

@ -1,11 +0,0 @@
meta {
name: Get lines of an invoice --
type: http
seq: 10
}
get {
url: {{base_url}}/invoices/{id}/lines
body: none
auth: none
}

Some files were not shown because too many files have changed in this diff Show More