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": "1b4754e3-5114-4d50-9f2b-89f31cd0cd5b",
"UserName": "sample string 2",
"CompanyId": "beb9d0e0-338d-4460-a5b0-ea6290266085",
"ItemId": "1bf88d83-5a2a-449b-a489-6144157c9385",
"SalesOrderId": "236ea5f0-2a17-431d-a924-66252b1adac8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"