View to add Single Number Reach to an existing Subscriber.
GET http://[host-proxy]/api/view/ManageVoicemailAccountLock/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"username": {
"required": true,
"type": "string",
"description": "User ID (Alias) of the voicemail account.",
"title": "Username"
},
"cuc_bkey": {
"required": false,
"type": "string",
"description": "Business Key of the Unity Connection server.",
"title": "CUC bkey"
},
"action": {
"choices": [
{
"value": "lock",
"title": "Lock Account"
},
{
"value": "unlock",
"title": "Unlock Account"
}
],
"type": "string",
"description": "Action to perform on the aoicemail account.",
"title": "Action"
}
}
}