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": "eb71effb-8a1e-498a-a27f-a6bb5b152efd",
  "UserName": "sample string 2",
  "ClientId": "01ee14c8-5854-47c9-849b-65199f61f760"
}

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