Move Item
Moves an existing item to a different container or customer.
- Connect to the configuration web service.
- Specify the unique identifier of the item to move.
- Specify the unique identifier of the container or customer to which the item is to be moved.
- The user must have write permissions to the item and the destination container or customer.
Code Sample
# Move the item to a different customer or container.
$xia.DO_MoveItem(1234, 5678);