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": "3b06d392-08ab-47c8-8649-3c06725ff0c1",
"OwnerId": "d7d0682f-97cd-4136-8cdf-7ac943b34da1",
"ItemId": "9a0bce27-3db4-4b90-9a90-40bcb9021b07",
"LocationId": "e2bdc242-80ef-41b7-952f-f67ae742062d"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"