Create a shipment document
Attach a document to a shipment. E.g. when creating an export delivery order (e-AWB shipment), its accompanying documents OR pouch can be uploaded.
Create a shipment document
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRequired
shipmentstring · uuid | nullableRequired
filePathstring | nullableRequired
signedUrlstring | nullableRequired
namestring · max: 255Required
createdAtanyRequired
updatedAtany | nullableRequired
Responses
201Success
application/json
400
Bad Request
application/json
401
Unauthorized Entity
application/json
409
Conflict
application/json
422
Unprocessable Entity
application/json
post
/shipment-documentLast updated