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": "0838c8e3-8298-4e37-a0a1-454776a452d7",
"OwnerId": "5c5a7ea4-4da9-4170-81bc-c50854ea57a5",
"ItemId": "4fbedb8a-d77a-4892-865c-418057378801",
"LocationId": "b58275a0-378e-4f0a-8fe9-07aada89a8be"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"