Invoices-{Invoice ID}-Attachments-{File Name}
Number of APIs: 3
-
Allows you to retrieve Attachment on invoices or purchase bills by it's filename GET {{baseUrl}}/Invoices/:InvoiceID/Attachments/:FileName
-
Allows you to update Attachment on invoices or purchase bills by it's filename POST {{baseUrl}}/Invoices/:InvoiceID/Attachments/:FileName
-
Allows you to create an Attachment on invoices or purchase bills by it's filename PUT {{baseUrl}}/Invoices/:InvoiceID/Attachments/:FileName?IncludeOnline=false