PBXRequestType

Structure

FieldTypeRequiredDescription
idint trueIdentification of the PBXRequestType
codestringtrueCode of the PBXRequestType
namestringtrueName of the PBXRequestType

JSON representation

{
	"id": 1,
	"code": "CI",
	"name": "CheckIn"
}