POST v1/tasks/addchunked
Request Information
URI Parameters
None.
Body Parameters
Confidence.EBusiness.App.WebApi.ChunkPart| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Position | integer |
None. |
|
| Chunk | string |
None. |
|
| Sequence | integer |
None. |
|
| Length | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Position": 2,
"Chunk": "sample string 3",
"Sequence": 4,
"Length": 5
}
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"