cURL
curl --request POST \ --url https://api.quivo.co/shipments/attachments/upload
{ "fileKey": "<string>", "uploadUrl": "<string>", "mimeType": "<string>" }
Upload a file that can be attached to a shipment.
Mime type of the attachment
Returns the newly created ShipmentAttachmentUpload with assigned identifiers and current state.
Result of uploading a shipment attachment. Contains attachment identifier and file reference.
File key which should be used for uploading the file and adding the attachment
URL for uploading the attachment
Mimetype of the attachment