POST api/Tasks/RemoveFromTask

Request Information

URI Parameters

None.

Body Parameters

RemoveFromTaskInputModel
NameDescriptionTypeAdditional information
PackageIds

Collection of globally unique identifier

None.

TaskId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PackageIds": [
    "8ede7b8b-5e51-46df-89f0-f4dc06e2c768",
    "1b7e358e-5664-4e8d-b1f6-03ef1bb34d5e"
  ],
  "TaskId": 1
}

application/xml, text/xml

Sample:
<RemoveFromTaskInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels">
  <PackageIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>8ede7b8b-5e51-46df-89f0-f4dc06e2c768</d2p1:guid>
    <d2p1:guid>1b7e358e-5664-4e8d-b1f6-03ef1bb34d5e</d2p1:guid>
  </PackageIds>
  <TaskId>1</TaskId>
</RemoveFromTaskInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"PackageIds":["8ede7b8b-5e51-46df-89f0-f4dc06e2c768","1b7e358e-5664-4e8d-b1f6-03ef1bb34d5e"],"TaskId":1}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.