Check In Item
Once an item has been checked out and updated, it should be checked in again.
- Connect to the configuration web service.
- Set the unique identifier of the required item.
Code Sample
# Check in the item.
$itemIdentifier = 1234;
$xia.DO_CheckInItem($itemIdentifier);