Version 4.0.0 of project44's API
License © 2024 project44 - Terms of Use
Version 4.0.0 of project44's API
shipmentImage
A code for this image's document type.
curl -i -X POST \ https://developers.project44.com/_mock/guides/carriers/initiate/ltl-push-imaging/api/api/v4/capacityproviders/ltl/shipments/images \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Content-Type: application/json' \ -d '{ "carrierIdentifier": { "type": "SCAC", "value": "string" }, "customerAccount": { "accountIdentifier": "string" }, "documentType": "BILL_OF_LADING", "imageFormat": "PDF", "imagePages": [ { "imageData": "string", "imageUrl": "string", "pageNumber": 0 } ] }'
{ "httpStatusCode": 0, "httpMessage": "string", "errorMessage": "string", "errors": [ { … } ], "supportReferenceId": "string" }