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": "a0adb87f-9330-44d7-9e42-554fbe2a6b9f",
"OwnerId": "e6c76611-141e-4748-8e92-80193f1bb3e1",
"ItemId": "fd2848b6-74e1-40e8-b58d-ec5741f44eb3",
"LocationId": "5cf22d4e-c0ea-4412-a8a0-81446737856f"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"