Interface EntryPointRecord

EntryPointRecord types

interface EntryPointRecord {
    createdAt?: string;
    description?: string;
    id: string;
    isActive?: boolean;
    name: string;
    number?: string;
    orgId?: string;
    settings?: Record<string, any>;
    type?: string;
    updatedAt?: string;
}

Properties

createdAt?: string
description?: string
id: string
isActive?: boolean
name: string
number?: string

Dialled number mapped to this entry point when included in the list response.

orgId?: string
settings?: Record<string, any>
type?: string
updatedAt?: string