Upload part of File to Upload Session
Upload part of File to Upload Session (max 100MB). Get part_size from Get Upload Session first. Every File part (except the last one) uploaded to this endpoint should have Content-Length equal to part_size. Note that the base URL is upload.apideck.com instead of unify.apideck.com. For more information on uploads, refer to the file upload guide.
Path parameters
ID of the record you are acting upon.
Query parameters
Part number of the file part being uploaded.
Include raw response. Mostly used for debugging purposes
Headers
ID of the consumer which you want to get or push data from
The ID of your Unify application
Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.
The RFC3230 message digest of the uploaded part. Only required for the Box connector. More information on the Box API docs here
Response
UploadSessions
Example response
{
"status_code": 200,
"status": "OK",
"service": "dropbox",
"resource": "UploadSessions",
"operation": "one",
"data": {
"id": "12345"
}
}