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": "92efd797-ea6b-4237-8d9a-b1e1367628e9",
"UserName": "sample string 2",
"ClientId": "b2d4e519-6c3d-4f48-9642-4ab021caf3a9"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true