Invoices-{Invoice ID}

Number of APIs: 5

  1. Allows you to retrieve a specified sales invoice or purchase bill GET {{baseUrl}}/Invoices/:InvoiceID?unitdp=<integer>

  2. Allows you to retrieve invoices or purchase bills as PDF files GET {{baseUrl}}/Invoices/:InvoiceID/pdf

  3. Allows you to retrieve a URL to an online invoice GET {{baseUrl}}/Invoices/:InvoiceID/OnlineInvoice

  4. Allows you to email a copy of invoice to related Contact POST {{baseUrl}}/Invoices/:InvoiceID/Email

  5. Allows you to update a specified sales invoices or purchase bills POST {{baseUrl}}/Invoices/:InvoiceID?unitdp=<integer>