HTTP Request
POST https://gateway.workfloplus.com/collections/v1/upload
Authorization
Bearer Token
Policy Workflow_Create
Headers
Key | Value |
---|---|
Authorization | Bearer {token} |
Content-Type | application/json |
Request Body
JSON Representation
{
"blockSize":102400,
"fileSize":3134,
"friendlyFileName":"ExampleCSV.csv",
"collectionId":"61403c1230e5a30001d4440b"
}
Response Body
JSON Representation
{
"id":"61404bfc60e5c32001d44625"
}