DELETE api/scheduler/tasks/products/delete
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token |
Токен авторизации |
string |
Required |
Body Parameters
DeleteTaskProductRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| task_id | globally unique identifier |
None. |
|
| products | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"task_id": "11a27834-ee51-43a8-8b0b-f7e3c8bf91b0",
"products": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<DeleteTaskProductRequest>
<TaskId>11a27834-ee51-43a8-8b0b-f7e3c8bf91b0</TaskId>
<ProductIds>
<int>1</int>
<int>2</int>
</ProductIds>
</DeleteTaskProductRequest>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |