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": "5643be57-d2fb-4bef-9256-a5afaf745794",
"OwnerId": "2c62e154-099d-4b7e-808e-f0b90088ad64",
"ItemId": "72732b67-15b1-4664-8fb9-4d7413aca3a2",
"LocationId": "df802e40-9b65-4340-86aa-c8344d42743d"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"