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": "f8d09940-d1b5-4189-aed8-c8361a3cecc9",
"UserName": "sample string 2",
"ClientId": "443d75b1-d124-4f74-b143-91910e82dfb9"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true