MOVER BUSINESS API
  1. Orders
MOVER BUSINESS API
  • Orders
    • Estimate / Coverage
      POST
    • Book Vehicle
      POST
    • Invoice
      GET
    • Status
      GET
    • Cancel
      POST
    • Partner Location
      GET
    • Pool
      POST
  • Utility
    • Segregate Delivery Locations
      POST
  • Webhooks
  1. Orders

Invoice

GET
https://api.boxnmove.comhttps://api.boxnmove.com/business/invoice/
Retrieve Invoice for Completed Order
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

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Query Params
OrderId
string 
required
The OrderId of the completed Order
Example:
XYZZZZZZZ

Responses

🟢200Success
application/octet-stream
Body
object {0}
Previous
Book Vehicle
Next
Status
Built with