Create Folder or File
POST https://{{vaultDNS}}/api/{{version}}/services/file_staging/items
https://developer.veevavault.com/api/22.2/#create-folder-or-file
Upload files or folders up to 50MB to the File Staging Server.
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}, {"name"=>"kind", "value"=>"", "datatype"=>"null"}, {"name"=>"path", "value"=>"", "datatype"=>"null"}, {"name"=>"overwrite", "value"=>"", "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string | ||
Content-MD5 | null | Optional: The MD5 checksum of the file being uploaded. |