SOAP RESTful – AddressBookItem
The AddressBookItem object is used to create, read, update and delete items in the users Address Book.
The three methods you can apply to the message object is:
| CreateAddressBookItem | This method will create a new AddressBookItem | 
| ReadAddressBookItem | Find AddressBookItems using this method. | 
| UpdateAddressBookItem | Update your AddressBookItems with this method. | 
| DeleteAddressBookItem | You can delete a AddressBookItem with this. | 
The AddressBookItem object is defined here : AddressBookItem object.
