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": "da68a865-bf13-44ad-8bc4-94f70aa9b105",
"UserName": "sample string 2",
"ClientId": "39d82491-41da-4fa5-b639-7fc0ae6b2219"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true