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": "516f5294-c5c7-4ea7-9aeb-395d1435165f",
"OwnerId": "ed2440ac-0e2f-4ddf-8227-f45442dd8068",
"ItemId": "f126d016-4977-48b1-a196-5f834a33fca1",
"LocationId": "8ce9b156-f54e-4772-bbe9-c17a4837a93d"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"