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": "bd93fefe-dfbf-47cc-ac8d-3e874fdbc18b",
"UserName": "sample string 2",
"ClientId": "0f0bc430-ebb0-49c7-8527-251340b09756"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true