POST api/SupplierItem/UndoSetAsDelivered
Unmark 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": "46b2a3bb-5bb2-4392-8a2c-e20bf13fc8bc",
"UserName": "sample string 2",
"ClientId": "f217ce7b-1569-47c6-add8-b270c0d7876e"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true