Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 911 Bytes

File metadata and controls

22 lines (15 loc) · 911 Bytes

SyncLookupRequest

Properties

Name Type Description Notes
phoneNumbers Array<string> Telephone numbers in E.164 format. [default to undefined]
rcsAgent string Override the default RCS sender/agent ID used when checking RCS capabilities. When provided, this value is used as the `sender` in the RCS capability-check request instead of the account default. Must be 1–40 characters and contain only letters, digits, underscores, or hyphens. [optional] [default to undefined]

Example

import { SyncLookupRequest } from 'bandwidth-sdk';

const instance: SyncLookupRequest = {
    phoneNumbers,
    rcsAgent,
};

[Back to Model list] [Back to API list] [Back to README]