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": {
"cuc_bkey": {
"title": "CUC bkey",
"description": "Business Key of the Unity Connection server.",
"type": "string",
"required": false
},
"username": {
"title": "Username",
"description": "User ID (Alias) of the voicemail account.",
"type": "string",
"required": true
},
"action": {
"title": "Action",
"description": "Action to perform on the aoicemail account.",
"type": "string",
"choices": [
{
"value": "lock",
"title": "Lock Account"
},
{
"value": "unlock",
"title": "Unlock Account"
}
]
}
}
}