# IctReconReportsLocateIctReportRequest

## Example Usage

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

let value: IctReconReportsLocateIctReportRequest = {
  correspondentId: "01H8MCDXH4HYJJAV921BDKCC83",
};
```

## Fields

| Field                                                                                                                                                        | Type                                                                                                                                                         | Required                                                                                                                                                     | Description                                                                                                                                                  | Example                                                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `correspondentId`                                                                                                                                            | *string*                                                                                                                                                     | :heavy_check_mark:                                                                                                                                           | The correspondent id.                                                                                                                                        | 01H8MCDXH4HYJJAV921BDKCC83                                                                                                                                   |
| `batchId`                                                                                                                                                    | *string*                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                           | The id of the ICT batch for which to locate the report.                                                                                                      | 24114.108.2b2c1.001                                                                                                                                          |
| `programDateFilterProgram`                                                                                                                                   | [operations.ProgramDateFilterProgram](../../models/operations/programdatefilterprogram.md)                                                                   | :heavy_minus_sign:                                                                                                                                           | The ICT program for which to locate the report.                                                                                                              | BROKER_PARTNER                                                                                                                                               |
| `programDateFilterProcessDateYear`                                                                                                                           | *number*                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                           | Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.                                                                             |                                                                                                                                                              |
| `programDateFilterProcessDateMonth`                                                                                                                          | *number*                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                           | Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.                                                                       |                                                                                                                                                              |
| `programDateFilterProcessDateDay`                                                                                                                            | *number*                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                           | Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant. |                                                                                                                                                              |