cURL
curl --request POST \ --url https://api.quivo.co/orders/attachments/upload
{ "fileKey": "<string>", "uploadUrl": "<string>", "mimeType": "<string>" }
Upload a file that can be attached to an order.
Mime type of the attachment
Returns the uploaded attachment information with assigned identifier and file details for later attachment to orders.
Result of uploading an order 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