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": "5590a7e1-19da-48d5-83ac-f34574f47471",
"UserName": "sample string 2",
"CompanyId": "a056a4b9-6acd-479e-919b-85a5d236ad4a",
"ItemId": "b63de8b2-67af-48d0-8508-fbeea244a08e",
"SalesOrderId": "62ef9f7b-e511-41db-9e90-297c85eed234"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"