POST api/Relocate/Item

Relocate item from its current location to a new location

Request Information

URI Parameters

None.

Body Parameters

RelocateItemParameters
NameDescriptionTypeAdditional information
SystemUserId

globally unique identifier

None.

OwnerId

globally unique identifier

None.

ItemId

globally unique identifier

None.

LocationId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "SystemUserId": "80d3aba4-65ff-4ca4-b7b0-09e4ace6746d",
  "OwnerId": "ceb60025-0f4f-4579-a560-8f1eb024518f",
  "ItemId": "709a67d4-a06e-407b-8dd4-915906b16a1d",
  "LocationId": "86a0f2d4-d77c-406e-90d0-2d41fbee72c8"
}

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

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"