POST api/SupplierItem/SetAsPicked

Mark supplier item as picked

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": "f07116a1-3602-4dc3-9eaa-5127837edcfb",
  "UserName": "sample string 2",
  "ClientId": "52f530e1-bf3f-4236-92c1-70fb6bb89e89"
}

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