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": "a7c8290d-aaea-42a4-a602-6d62fd692751",
"OwnerId": "ab16c6e8-fd94-41c8-a289-fab599c082f3",
"ItemId": "66eec13b-b504-4d1c-9b83-51f85afbd605",
"LocationId": "e7d0d474-a0d4-40fb-a2c3-bb621231e1e1"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"