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": "cb60991e-a432-4753-a55f-159f68c74218",
"UserName": "sample string 2",
"ClientId": "c12fc7c9-a466-4096-8c59-eb45173f977f"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true