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": "94c49631-a286-4f7b-befd-28d039c59060",
  "UserName": "sample string 2",
  "ClientId": "42dc7889-9bb7-4630-ad6b-04c41df6a4e8"
}

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