BAP-specific View to add Single Number Reach to an existing Subscriber.
GET http://[host-proxy]/api/view/AddSingleNumberReachToSubscriber/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"username": {
"required": true,
"type": "string",
"description": "Username of the subscriber.",
"title": "Username"
},
"mobile_number": {
"required": true,
"type": "string",
"description": "Mobile number.",
"title": "Mobile Number"
},
"lines": {
"items": {
"type": "object",
"properties": {
"display": {
"type": "string",
"description": "Display to use for this line.",
"title": "Display"
},
"number": {
"required": true,
"type": "string",
"description": "Directory Number of line to assign.",
"title": "Directory Number"
},
"label": {
"type": "string",
"description": "Label to use for this line.",
"title": "Label"
}
}
},
"type": "array",
"title": "Lines"
},
"cucm_bkey": {
"required": false,
"type": "string",
"description": "Business Key of the CUCM.",
"title": "CUCM bkey"
},
"name": {
"type": "string",
"description": "Name of the remote destination profile.",
"title": "Profile Name"
}
}
}