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": "60acf037-ae29-43cb-9b29-01a1ec0a3570",
"OwnerId": "79efaec8-2266-4766-9ab7-5132fe2b5fb2",
"ItemId": "eafcf313-b4f7-4de3-a10e-8e379431dd47",
"LocationId": "1c8cfeed-ef54-441c-b549-0c0d0b4f0bb9"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"