View to add, modify and delete Internal Number Inventory in a range. Enter the start and end of the range and a set of internal number inventory numbers will be created or deleted at the current hierarchy level. For single range make the start and end the same number.
GET http://[host-proxy]/api/view/UcsMaintainMultiInternalNumberInventoryVIEW/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"start_number": {
"pattern": "^[0-9]*$",
"type": "string",
"description": "Start number of the range to create or delete.",
"title": "Start Number"
},
"end_number": {
"pattern": "^[0-9]*$",
"type": "string",
"description": "End number of the range to create or delete.",
"title": "End Number"
},
"description": {
"type": "string",
"description": "Description field",
"title": "Description"
},
"extra1": {
"type": "string",
"description": "Extra field 1",
"title": "Extra1"
},
"e164number": {
"pattern": "^\\+?[1-9]\\d{1,14}$",
"type": "string",
"description": "Number in E164 format",
"title": "E164Number"
},
"extra2": {
"type": "string",
"description": "Extra field 2",
"title": "Extra2"
},
"tag": {
"type": "string",
"description": "Tag used for filtering INI numbers. This can be any free text to identify or comment a range of internal numbers.",
"title": "Tag"
},
"extra4": {
"type": "string",
"description": "Extra field 4",
"title": "Extra4"
},
"extra5": {
"type": "string",
"description": "Extra field 5",
"title": "Extra5"
},
"extra6": {
"type": "string",
"description": "Extra field 6",
"title": "Extra6"
},
"extra7": {
"type": "string",
"description": "Extra field 7",
"title": "Extra7"
},
"extra8": {
"type": "string",
"description": "Extra field 8",
"title": "Extra8"
},
"extra9": {
"type": "string",
"description": "Extra field 9",
"title": "Extra9"
},
"operation": {
"default": "add",
"choices": [
{
"value": "add",
"title": "Add"
},
{
"value": "modify",
"title": "Modify"
},
{
"value": "delete",
"title": "Delete"
}
],
"type": "string",
"description": "Select operation Add, Modify or Delete.",
"title": "Operation"
},
"extra3": {
"type": "string",
"description": "Extra field 3",
"title": "Extra3"
}
},
"schema_version": "2.0"
}