Download AP Invoice File
GET {{base_url}}/APInvoiceApprovals/:MasterPKey/Documents/:FileID
Use this endpoint to download and retrieve the contents of a file associated with an AP invoice in AP Invoice Approvals.
The AP Invoices grid on the AP Invoice Approvals form displays all of the files associated with the AP invoice.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content accepted by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization accepted by the API endpoint. |
RESPONSES
status: OK
"[\r\n {\r\n \"{{The actual content of the file.}}\"\r\n }\r\n]"