PBXExtension

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the extension.
extensionCodestringtrueExtension map
namestringtrueName of the extension.
spaceSpacefalseRelated Space to this extension.

JSON representation

{
	"id": 1,
	"extensionCode": "COD1",
	"name": "Extension 1",
    "space": null
}