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": "8f229e9d-1a4b-4498-b35b-6bb52a6d2081",
"UserName": "sample string 2",
"ClientId": "2a12350a-3f13-44b1-b713-83e39a9aad00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true