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": "b9dc7b46-c109-43ac-9d02-1b272a6f117d",
"UserName": "sample string 2",
"CompanyId": "ecfb8b78-a6fc-4168-9ada-ac3b5b6265e9",
"ItemId": "40da1393-57cd-4d1d-a290-37ff59b42b7f",
"SalesOrderId": "a0ffb6e8-1dec-4127-847c-a55191b46294"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"