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": "17471256-975c-4887-82f8-9872a4a33d85",
"UserName": "sample string 2",
"ClientId": "97ba9d14-ade9-4fa7-a5ee-e1b3f004f4a1"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true