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": "6446b667-0ba1-4e62-8be9-54aab3e116a8",
"UserName": "sample string 2",
"ClientId": "8999d1f6-3486-4c9a-a9df-ee7af353c001"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true