Move Item Location
Moves an existing item to a different room, rack, or location.
- Connect to the configuration web service.
- Specify the unique identifier of the item to move.
- Specify the unique identifier of the room, rack, or location which the item is to be moved.
- The item must support locations, and the destination must be of an appropriate item type.
- The user must have write permissions to the item and the destination room, rack, or location.
Code Sample
# Move the item to a new location.
$xia.DO_MoveItemLocation(1234, 5678);