Invoice
GET
https://api.boxnmove.com/business/invoice/
The invoice is provided in a binary format, typically as a PDF file. You must provide the OrderId of the completed order as a query parameter.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.boxnmove.com/business/invoice/?OrderId=XYZZZZZZZ' \
--header 'Authorization: Basic Og=='
Response Response Example
PDF
Request
Query Params
OrderId
string
required
Example:
XYZZZZZZZ
Responses
Modified at 2024-05-22 12:33:22