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": "07d91d9e-8b0d-4450-beb7-a097906bd82b",
"OwnerId": "2f056289-d5db-4756-aebd-d819d1a46c04",
"ItemId": "666341b7-b3e0-404d-a98b-bc4ad63822c4",
"LocationId": "16157921-4ccd-409d-ae2b-33172a807c61"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"