POST api/SupplierItem/Delete

Delete supplier item

Request Information

URI Parameters

None.

Body Parameters

SupplierItemStateChangeParameters
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SupplierItemStateChangeParameters'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true