POST api/SupplierItem/SetAsDelivered
Mark 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": "753d9d3f-6d17-4f2c-8379-4753062587d4",
"UserName": "sample string 2",
"ClientId": "8826bcda-e9e6-48ea-b3d3-b333cbc9057d"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true