DocumentsFileUploadChunkRequest
PUT {{base_url}}/DocumentsFileUploadChunkRequest
Uploads a content to the file.
NOTE: The request should be a multipart form upload in chunked parts and continue using the returned token.
API
Documents API
Requires Authentication
Yes
Returns
N/A
Batch?
No
Request Body
[{"name"=>"Id", "value"=>"{{integer}}", "datatype"=>"string"}, {"name"=>"DirectoryPath", "value"=>"{{string}}", "datatype"=>"string"}, {"name"=>"FileName", "value"=>"{{string}}", "datatype"=>"string"}, {"name"=>"HoursUsed", "value"=>"{{number}}", "datatype"=>"string"}, {"name"=>"ContinuationToken", "value"=>"{{string}}", "datatype"=>"string"}, {"name"=>"Index", "value"=>"{{integer}}", "datatype"=>"string"}, {"name"=>"Size", "value"=>"{{integer}}", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | Required. | |
The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
The type of content supported by the API endpoint. |
RESPONSES
status: OK
"e3955392-9ee1-47d7-9875-eca831a0f003"