userCallSyncResponse
Extends: | response |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
syncs (userCallSync) | 0/unbounded | The calls that were modified on the server and needs to be synchronized to the device. |
syncAcks (userCallSyncAck) | 0/unbounded | The acknowledge of calls synchronized previously from the device. |
JSON
property | type | description |
---|---|---|
syncs | array of syncs (userCallSync) | The calls that were modified on the server and needs to be synchronized to the device. |
syncAcks | array of syncAcks (userCallSyncAck) | The acknowledge of calls synchronized previously from the device. |