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": "d058d220-ee93-453a-8ee7-4707094ebc72",
"OwnerId": "f5ec8c5e-c6d9-444d-87cb-35e35430ced4",
"ItemId": "938e9cee-e098-4d0e-aa4b-78309be03afc",
"LocationId": "33aef6b9-ea55-46f2-a265-48a12bfc9ca7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"