Invoices-{Invoice ID}
Number of APIs: 5
-
Allows you to retrieve a specified sales invoice or purchase bill GET {{baseUrl}}/Invoices/:InvoiceID?unitdp=<integer>
-
Allows you to retrieve invoices or purchase bills as PDF files GET {{baseUrl}}/Invoices/:InvoiceID/pdf
-
Allows you to retrieve a URL to an online invoice GET {{baseUrl}}/Invoices/:InvoiceID/OnlineInvoice
-
Allows you to email a copy of invoice to related Contact POST {{baseUrl}}/Invoices/:InvoiceID/Email
-
Allows you to update a specified sales invoices or purchase bills POST {{baseUrl}}/Invoices/:InvoiceID?unitdp=<integer>