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": "2ef888d3-6c8d-4902-96c7-b68a83cbc79e",
"UserName": "sample string 2",
"ClientId": "89b5daf9-9140-4806-aa0a-377b12e49ed9"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true