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": "b6cbe989-9ba9-4878-beb0-5a26e2cf35da",
"UserName": "sample string 2",
"ClientId": "7fb79631-f3e0-4873-9552-74135cd3be6a"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true