POST api/Pick/AllocatedCompleteItem
Save allocated complete item as picked
Request Information
URI Parameters
None.
Body Parameters
CompleteAllocatedItemPickParameters| Name | Description | Type | Additional 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": "5c011a75-d15c-49c5-8ed9-992c9f9238ab",
"UserName": "sample string 2",
"CompanyId": "1d6fcef7-a6e9-4ca8-97f7-e1480598b011",
"ItemId": "ba6338db-a252-406c-a58e-cb68b0601776",
"SalesOrderId": "02f55458-e7aa-4932-89f3-f00227a5521c"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"