Get CMR document in PDF format
GET/company/cmr/:service_code
Endpoint to retrieve the CMR (Consignment Note for the International Carriage of Goods by Road) document associated with a transport service. The CMR is a legal document required for the international carriage of goods by road.
Typical flow:
- The company generates a CMR for a transport service
- It is stored associated with a unique service_code
- This endpoint allows retrieving it when necessary
Request
Responses
- 200
- 401
- 404
CMR document in PDF format ready for download
Unauthorized. The JWT token is invalid, has expired, or does not have permission to access this resource. Authentication as a company with permissions for the requested service is required.
No CMR associated with the provided service_code was found. Possible causes:
- The service code is incorrect
- The CMR has not yet been generated
- The CMR was deleted