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

Path Parameters

orderId
integer<int64>
required

The unique identifier for an order.

Query Parameters

mimeType
string

Mime type of the attachment

Response

Returns the uploaded and attached file information with assigned identifier and file details for the order.

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