4.5.4.1 Request
The following example shows the Sync command request (section 2.2.1.21) sent from the client to the server to modify the contact that is identified by the server ID.
-
<?xml version="1.0" encoding="utf-8"?> <Sync xmlns:contacts="Contacts" xmlns="AirSync"> … <Commands> <Change> <ServerId>3:1</ServerId> <ApplicationData> <contacts:Email1Address>anat@fourthcoffee.com</contacts:Email1Address> <contacts:FirstName>Anat</contacts:FirstName> </ApplicationData> </Change> </Commands> … </Sync>