POST api/Relocate/Item
Relocate item from its current location to a new location
Request Information
URI Parameters
None.
Body Parameters
RelocateItemParameters| Name | Description | Type | Additional 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": "ebb94382-c915-4438-96ed-54491d2f7482",
"OwnerId": "2700a300-b792-4967-9791-a062ce36188d",
"ItemId": "cc64f4c4-d9ac-4ab0-98a3-e47d864bdb20",
"LocationId": "19de65c0-371a-4fc0-985b-1646b0b2f8d7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"