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": "e12da796-ce94-4b74-9a1b-fce12ce1841e",
"OwnerId": "60ccde44-2a5b-4962-a263-52cf2c1e8676",
"ItemId": "47156ff4-9044-49fd-9077-68551fafcad3",
"LocationId": "4dbf3522-3f07-4fe3-a7d9-e36bd8c41b4e"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"