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": "fb81beec-ef0f-4702-b6ee-b919e67aa3b9",
"OwnerId": "f08ecb5b-a6ad-4b66-b075-a7e4b5cc2fe5",
"ItemId": "c425e843-9072-4f1b-9083-956b2d60897d",
"LocationId": "59305feb-fa2b-41b4-80b6-0e85c4f39cb7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"