POST api/SupplierItem/SetAsDelivered
Mark supplier item as delivered
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": "cbf78922-2f4a-4800-90b2-34e2b5c61d8b",
"UserName": "sample string 2",
"ClientId": "139a7bb2-5f05-4fe2-91e1-dae6a56fb747"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true