Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieve the properties and relationships of a pdfDocument object for Business Central.
HTTP request
Replace the URL prefix for Business Central depending on environment following the guideline.
GET businesscentralPrefix/companies({id})/salesInvoices({id})/pdfDocument
GET businesscentralPrefix/companies({id})/salesQuote({id})/pdfDocument
GET businesscentralPrefix/companies({id})/salesCreditMemo({id})/pdfDocument
GET businesscentralPrefix/companies({id})/purchaseInvoice({id})/pdfDocument
Request headers
Header | Value |
---|---|
Authorization | Bearer {token}. Required. |
Request body
Don't supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and an pdfDocuments object in the response body.
Example
Request
Here's an example of the request.
GET https://{businesscentralPrefix}/api/v2.0/companies({id})/salesInvoices({id})/pdfDocument
Response
Here's an example of the response.
{
"id": "5fd8a1c5-bde4-ea11-bbf2-00155df3a615",
"parentId": "5fd8a1c5-bde4-ea11-bbf2-00155df3a615",
"parentType": "Sales Invoice",
"[email protected]": "http://onbuyuka-azvm1.europe.corp.microsoft.com:7047/Navision_NAV/api/v2.0/companies(52e03390-bde4-ea11-bbf2-00155df3a615)/salesInvoices(5fd8a1c5-bde4-ea11-bbf2-00155df3a615)/pdfDocument/pdfDocumentContent"
}