Invoices

Number of APIs: 3

  1. Allows you to retrieve any sales invoices or purchase bills GET {{baseUrl}}/Invoices?where=<string>&order=<string>&IDs=<uuid>,<uuid>&InvoiceNumbers=<string>,<string>&ContactIDs=<uuid>,<uuid>&Statuses=<string>,<string>&page=<integer>&includeArchived=<boolean>&createdByMyApp=<boolean>&unitdp=<integer>

  2. Allows you to create one or more sales invoices or purchase bills PUT {{baseUrl}}/Invoices?summarizeErrors=false&unitdp=<integer>

  3. Allows you to update OR create one or more sales invoices or purchase bills POST {{baseUrl}}/Invoices?summarizeErrors=false&unitdp=<integer>