Create Resumable Upload Session
POST https://{{vaultDNS}}/api/{{version}}/services/file_staging/upload
https://developer.veevavault.com/api/22.1/#create-resumable-upload-session
Initiate a multipart upload session and return an upload session ID.
Request Body
[{"name"=>"path", "value"=>"", "datatype"=>"null"}, {"name"=>"size", "value"=>"", "datatype"=>"null"}, {"name"=>"overwrite", "value"=>"", "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string |