# CustomerIdentificationResultServiceGetCustomerIdentificationRequest

## Example Usage

```typescript
import { CustomerIdentificationResultServiceGetCustomerIdentificationRequest } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value: CustomerIdentificationResultServiceGetCustomerIdentificationRequest =
  {
    correspondentId: "01HPMZZM6RKMVZA1JQ63RQKJRP",
    customerIdentificationId: "01HEWVF4ZSNKYRP293J53ASJCJ",
  };
```

## Fields

| Field                                                                                                                                                                                          | Type                                                                                                                                                                                           | Required                                                                                                                                                                                       | Description                                                                                                                                                                                    | Example                                                                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `correspondentId`                                                                                                                                                                              | *string*                                                                                                                                                                                       | :heavy_check_mark:                                                                                                                                                                             | The correspondent id.                                                                                                                                                                          | 01HPMZZM6RKMVZA1JQ63RQKJRP                                                                                                                                                                     |
| `customerIdentificationId`                                                                                                                                                                     | *string*                                                                                                                                                                                       | :heavy_check_mark:                                                                                                                                                                             | The customerIdentification id.                                                                                                                                                                 | 01HEWVF4ZSNKYRP293J53ASJCJ                                                                                                                                                                     |
| `view`                                                                                                                                                                                         | [operations.CustomerIdentificationResultServiceGetCustomerIdentificationQueryParamView](../../models/operations/customeridentificationresultservicegetcustomeridentificationqueryparamview.md) | :heavy_minus_sign:                                                                                                                                                                             | Optional. The view to return. Defaults to BASIC.                                                                                                                                               | BASIC                                                                                                                                                                                          |