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": "bf658349-a6d9-40a9-bfb4-22cbf4409914",
"UserName": "sample string 2",
"ClientId": "c30c8856-46af-4678-a0b0-2febbdac12f7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true