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": "1e955b0d-98ba-4dc4-afeb-df3c1305080d",
"OwnerId": "42950577-503c-4df7-9d72-ee862d0b08a4",
"ItemId": "c5a6303b-317a-4f42-8c3a-61179869db52",
"LocationId": "6e887cec-5245-4fa0-9c72-310d106272fe"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"