# AccountsGetLegalNaturalPersonRequest

## Example Usage

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

let value: AccountsGetLegalNaturalPersonRequest = {
  legalNaturalPersonId: "e6716139-da77-46d1-9f15-13599161db0b",
};
```

## Fields

| Field                                | Type                                 | Required                             | Description                          | Example                              |
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| `legalNaturalPersonId`               | *string*                             | :heavy_check_mark:                   | The legalNaturalPerson id.           | e6716139-da77-46d1-9f15-13599161db0b |