POST api/Pick/AllocatedCompleteItem

Save allocated complete item as picked

Request Information

URI Parameters

None.

Body Parameters

CompleteAllocatedItemPickParameters
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

UserName

string

None.

CompanyId

globally unique identifier

None.

ItemId

globally unique identifier

None.

SalesOrderId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "5aaccde3-f0ea-4ca4-bae6-f4d7c962e84b",
  "UserName": "sample string 2",
  "CompanyId": "f209443f-a289-4b78-a730-814e92a90fe3",
  "ItemId": "70253909-e57d-471c-8ffc-140db2dda4a1",
  "SalesOrderId": "bd60768e-9120-4b44-8206-f4123a85d52f"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CompleteAllocatedItemPickParameters'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"