# SyncLookupRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**phoneNumbers** | **Array&lt;string&gt;** | 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 &#x60;sender&#x60; 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

```typescript
import { SyncLookupRequest } from 'bandwidth-sdk';

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

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
