DELETE api/scheduler/tasks/products/delete

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

Токен авторизации

string

Required

Body Parameters

DeleteTaskProductRequest
NameDescriptionTypeAdditional information
task_id

globally unique identifier

None.

products

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "task_id": "a3c4a0b5-74af-46c2-a5ba-763446c9d3e4",
  "products": [
    1,
    2
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<DeleteTaskProductRequest>
  <TaskId>a3c4a0b5-74af-46c2-a5ba-763446c9d3e4</TaskId>
  <ProductIds>
    <int>1</int>
    <int>2</int>
  </ProductIds>
</DeleteTaskProductRequest>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.