POST api/SupplierItem/Delete
Delete supplier item
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": "7152c286-355f-4947-b23f-4c32344b5698",
"UserName": "sample string 2",
"ClientId": "f6f2c49c-5eec-44a0-a1b5-a90e221628eb"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true