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": "2e236509-d27f-4185-90be-8501587bf031",
"OwnerId": "26900222-1a20-4e29-96d6-41c4fc60077d",
"ItemId": "c7c35c69-e388-41a7-a968-84ad05f4d5ed",
"LocationId": "77f502f3-759b-4cf9-8ae9-36f010a0beb6"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"