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": "44c24864-e67d-43b0-a9de-f14b4196d0a2",
"UserName": "sample string 2",
"ClientId": "270bb0d8-8091-4daa-adaf-308da17774c3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true