POST api/SupplierItem/UndoSetAsPicked
Unmark supplier item as picked
Request Information
URI Parameters
None.
Body Parameters
SupplierItemStateChangeParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierItemId | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| ClientId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"SupplierItemId": "f3a921bb-5d68-4e43-8ba3-dd81fe187af1",
"UserName": "sample string 2",
"ClientId": "47226aa5-f951-402c-bf8b-eb010055a786"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true