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": "4b195702-3ce5-4e24-93b7-4052a4731158",
"UserName": "sample string 2",
"ClientId": "7bb233b3-7fd6-4313-ac3a-efcd7f143579"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true