Skip to main content
POST
/
orders
/
attachments
/
upload
Upload file
curl --request POST \
  --url https://api.quivo.co/orders/attachments/upload
{
  "fileKey": "<string>",
  "uploadUrl": "<string>",
  "mimeType": "<string>"
}

Query Parameters

mimeType
string

Mime type of the attachment

Response

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.

fileKey
string

File key which should be used for uploading the file and adding the attachment

uploadUrl
string

URL for uploading the attachment

mimeType
string

Mimetype of the attachment