Invoices
Number of APIs: 5
-
List Invoices GET {{baseUrl}}/accounting/invoices?raw=false&limit=1&filter[updated_since]=2020-09-30T07:43:32.000Z&filter[created_since]=2020-09-30T07:43:32.000Z&filter[number]=OIT00546&sort[by]=updated_at&sort[direction]=desc
-
Create Invoice POST {{baseUrl}}/accounting/invoices?raw=false
-
Get Invoice GET {{baseUrl}}/accounting/invoices/:id?raw=false
-
Update Invoice PATCH {{baseUrl}}/accounting/invoices/:id?raw=false
-
Delete Invoice DELETE {{baseUrl}}/accounting/invoices/:id?raw=false