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": "051c54a8-67a4-4f7b-b9e5-44bdb95b814e",
  "UserName": "sample string 2",
  "ClientId": "9f9e940d-3681-4cf8-b1d1-e7c071407686"
}

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