getInventoryPurchaseOrderFile
The method allows you to download a cost invoice PDF file attached to a purchase order.
Input parameters
| purchase_order_id | int | Purchase order identifier from BaseLinker |
Output data
The method returns the data in JSON format.
| status | varchar(30) | SUCCESS - request executed correctly ERROR - an error occurred during an API request. Error details will be described in 2 additional returned fields: error_message and error_code |
| file | text | Invoice PDF file in binary format encoded in base64, with prefix "data:" |
| cost_invoice_no | varchar(100) | Cost invoice number |
| file_name | varchar(255) | Invoice file name |
Sample
Input data:Output data:
A sample request in PHP: