POST api/Item/SwapAllocatedItem

Swap allocated item

Request Information

URI Parameters

None.

Body Parameters

SwapAllocatedItemParameters
NameDescriptionTypeAdditional information
ClientId

globally unique identifier

None.

SystemUserId

globally unique identifier

None.

ItemIdToBeReplaced

globally unique identifier

None.

ItemIdToReplace

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientId": "025a0707-fc4b-48c7-92da-e9b6e6fd2bc8",
  "SystemUserId": "98b2c41a-aa94-4cca-96e3-db59c97d2551",
  "ItemIdToBeReplaced": "06158568-7484-4431-b2ff-cac9babbd769",
  "ItemIdToReplace": "4c61662e-62e7-4b2a-99c6-445530693a9a"
}

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 'SwapAllocatedItemParameters'.

Response Information

Resource Description

Item

boolean

Response Formats

application/json, text/json

Sample:
true