POST api/SupplierItem/SetAsPicked
Mark 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": "f07116a1-3602-4dc3-9eaa-5127837edcfb",
"UserName": "sample string 2",
"ClientId": "52f530e1-bf3f-4236-92c1-70fb6bb89e89"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true