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": "eb71effb-8a1e-498a-a27f-a6bb5b152efd",
"UserName": "sample string 2",
"ClientId": "01ee14c8-5854-47c9-849b-65199f61f760"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true