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": "8aee43c0-0fb0-42ce-bd3f-6ab7179bc94e",
"UserName": "sample string 2",
"ClientId": "9cc34274-580c-4ae2-baf7-efbf51c8b50c"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true