Skip to main content

@dialstack/sdk / index / CreateDeskphoneLineRequest

Interface: CreateDeskphoneLineRequest

Defined in: sdk/src/types/device.ts:425

Request payload for creating a deskphone line.

Properties

endpoint?

TypeScript
optional endpoint?: string;

Defined in: sdk/src/types/device.ts:427

TypeID of the endpoint to assign


endpoint_id

TypeScript
endpoint_id: string;

Defined in: sdk/src/types/device.ts:429

Deprecated

Use endpoint. Retained for backwards compatibility.