Invoices
Number of APIs: 3
-
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>
-
Allows you to create one or more sales invoices or purchase bills PUT {{baseUrl}}/Invoices?summarizeErrors=false&unitdp=<integer>
-
Allows you to update OR create one or more sales invoices or purchase bills POST {{baseUrl}}/Invoices?summarizeErrors=false&unitdp=<integer>