Overview | Service | Command |
Modify voice mail preferences.
Authorization token required | true |
Admin Authorization token required | false |
<ModifyVoiceMailPrefsRequest> ## ModifyVoiceMailPrefsRequest
<storeprincipal [id="{id-of-user-in-the-backing-store}"] [name="{name-of-user-in-the-backing-store}"]
[accountNumber="{account-number}"] /> ## StorePrincipalSpec
<phone [name="{name}"]> ## PhoneInfo
(<pref [name="{name}"]>{value}</pref> ## PrefInfo)*
</phone>
</ModifyVoiceMailPrefsRequest>
The following table describes elements and attributes you can define within a
<ModifyVoiceMailPrefsRequest>
element:
XPath | Required / Optional | Description |
/storeprincipal | Optional (0 or 1) | Store principal specification |
/storeprincipal@id | Optional (0 or 1) | Type:String ID of user in the backing store |
/storeprincipal@name | Optional (0 or 1) | Type:String Name of user in the backing store |
/storeprincipal@accountNumber | Optional (0 or 1) | Type:String Account Number |
/phone | Optional (0 or 1) | New Preferences information |
/phone@name | Optional (0 or 1) | Type:String Name |
/phone/pref | Optional (0 or more) | Type:{value} Preference information Description for element text content:Preference value |
/phone/pref@name | Optional (0 or 1) | Type:String Name |
<ModifyVoiceMailPrefsResponse> ## ModifyVoiceMailPrefsResponse
<phone> ## PhoneName
<name>{name} (String)</name>
</phone>
</ModifyVoiceMailPrefsResponse>
The following table describes elements and attributes you can define within a
<ModifyVoiceMailPrefsResponse>
element:
XPath | Required / Optional | Description |
/phone | Optional (0 or 1) | Phone |
/phone/name | Optional (0 or 1) | Type:{name} (String) Name |