POST api/Tasks/AddPackageToTask

Request Information

URI Parameters

None.

Body Parameters

AddPackageToTaskInputModel
NameDescriptionTypeAdditional information
PackageNo

string

None.

TaskId

integer

None.

IsScanStatus

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PackageNo": "sample string 1",
  "TaskId": 2,
  "IsScanStatus": 3
}

application/xml, text/xml

Sample:
<AddPackageToTaskInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels">
  <IsScanStatus>3</IsScanStatus>
  <PackageNo>sample string 1</PackageNo>
  <TaskId>2</TaskId>
</AddPackageToTaskInputModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"PackageNo":"sample string 1","TaskId":2,"IsScanStatus":3}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.