Uploads file
Authorizations
AuthorizationstringRequired
Authorization JWT-token with a lifetime of 1 hour in header
Path parameters
idinteger · int32Required
Unique identifier of the shipment to which the files are attached.
This value represents the shipmentId of the European system.
Using a Ukrainian shipment number will result in a validation error.
Body
filestringOptional
Base64-encoded document file (PDF, JPEG, or other supported formats).
fileNamestringOptional
Optional file name. Defaults to "invoice" if not provided.
Responses
201
File upload result
application/json
401
Unauthorized
application/json
404
The specified resource was not found
application/json
422
Validation error
application/json
503
Connection time-out
application/json
post
/shipments/uploads/{id}Last updated