userCallSyncRequest
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 (userCallSync) | 0/unbounded | The calls that was modified on the device and needs to be synced to the server. |
syncAcks (userCallSyncAck) | 0/unbounded | The acknowledge of calls synchronized previously from the server. |
syncLimit (int) | 1/1 | The maximum amount of calls 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 (userCallSync) | The calls that was modified on the device and needs to be synced to the server. |
syncAcks | array of syncAcks (userCallSyncAck) | The acknowledge of calls synchronized previously from the server. |
syncLimit | syncLimit (int) | The maximum amount of calls 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. |