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": "5d0331e6-a0b3-4019-88ab-e45c7765517a",
"UserName": "sample string 2",
"ClientId": "2f982442-7790-4c8c-91fe-a077aa574627"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true