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})/salesQuotes({id})/pdfDocument
GET businesscentralPrefix/companies({id})/salesCreditMemos({id})/pdfDocument
GET businesscentralPrefix/companies({id})/purchaseInvoices({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", 
    "pdfDocumentContent@odata.mediaReadLink": "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"
}