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": "46a9adaf-e900-47d3-9c4d-2725e3cb9287",
"UserName": "sample string 2",
"CompanyId": "b8360263-68fd-4b5b-9cc9-a9abcbd03082",
"ItemId": "15b40f2a-2592-4f45-8043-3146cebf0640",
"SalesOrderId": "718c2517-8cd4-46cc-b35d-21b36c35c035"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"