userDeviceUpdateRequest

Extends: authRequest
Namespace: (default namespace)
XML Schema: ns0.xsd

XML

Elements

name (type) min/max
occurs
description
deviceId (int) 1/1 The device id
canReceiveCall (boolean) 1/1 Can the device receive calls.
canInitiateCall (boolean) 1/1 Can the device initiate calls.
pushRegistrationId (string) 0/1 The push registration id from the device operating system (i.e. android -> c2dm).
pushConfig (string) 0/1 Sets the push config which depends on the os and is usually in json format. iOS/iOS2: { sound : { name : { user : "", // name of sound file group : "", // name of sound file }, onlyOnFirstMessage : true/false } } others: push config is ignored
maxMmsSize (int) 0/1 Sets the max mms size in bytes that is allowed to send This is an optional parameter

JSON

property type description
deviceId deviceId (int) The device id
canReceiveCall canReceiveCall (boolean) Can the device receive calls.
canInitiateCall canInitiateCall (boolean) Can the device initiate calls.
pushRegistrationId pushRegistrationId (string) The push registration id from the device operating system (i.e. android -> c2dm).
pushConfig pushConfig (string) Sets the push config which depends on the os and is usually in json format. iOS/iOS2: { sound : { name : { user : "", // name of sound file group : "", // name of sound file }, onlyOnFirstMessage : true/false } } others: push config is ignored
maxMmsSize maxMmsSize (int) Sets the max mms size in bytes that is allowed to send This is an optional parameter