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": "80d3aba4-65ff-4ca4-b7b0-09e4ace6746d",
"OwnerId": "ceb60025-0f4f-4579-a560-8f1eb024518f",
"ItemId": "709a67d4-a06e-407b-8dd4-915906b16a1d",
"LocationId": "86a0f2d4-d77c-406e-90d0-2d41fbee72c8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"