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": "ebb51da5-013d-4366-bb14-4940bf1fbe05",
"UserName": "sample string 2",
"ClientId": "a4ecb576-73a0-4809-b166-35a1d9a6604e"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true