userContactSyncRequest
| Extends: | authRequest |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| deviceId (int) | 1/1 | The registered device id for the device. |
| syncs (userContactSync) | 0/unbounded | The contacts that was modified on the device and needs to be synced to the server. |
| syncAcks (userContactSyncAck) | 0/unbounded | The acknowledge of contacts synchronized previously from the server. |
| syncLimit (int) | 1/1 | The maximum amount of contacts that will be returned from server |
| syncInitial (boolean) | 0/1 | True if the sync is the first sync. If not set the value will not change. |
JSON
| property | type | description |
|---|---|---|
| deviceId | deviceId (int) | The registered device id for the device. |
| syncs | array of syncs (userContactSync) | The contacts that was modified on the device and needs to be synced to the server. |
| syncAcks | array of syncAcks (userContactSyncAck) | The acknowledge of contacts synchronized previously from the server. |
| syncLimit | syncLimit (int) | The maximum amount of contacts that will be returned from server |
| syncInitial | syncInitial (boolean) | True if the sync is the first sync. If not set the value will not change. |