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": "80ea98b2-f5f7-4dfd-8efd-7704b00f0093",
"UserName": "sample string 2",
"ClientId": "c6d4f53a-0e45-4531-a8f4-d9451aae31d9"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true