Invoices

Number of APIs: 5

  1. 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

  2. Create Invoice POST {{baseUrl}}/accounting/invoices?raw=false

  3. Get Invoice GET {{baseUrl}}/accounting/invoices/:id?raw=false

  4. Update Invoice PATCH {{baseUrl}}/accounting/invoices/:id?raw=false

  5. Delete Invoice DELETE {{baseUrl}}/accounting/invoices/:id?raw=false