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": "1388537d-7c35-4145-b8a6-e83427a32193",
"UserName": "sample string 2",
"CompanyId": "e858518b-605e-42f7-8cf1-ce6c6ab35cc1",
"ItemId": "cd0d864e-5870-4365-8cf4-0114a14dc87b",
"SalesOrderId": "a5297fec-dff3-4de4-b4bf-8f1ddcae7c4b"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"