# AlternativeInvestmentDocumentsGetAlternativeInvestmentDocumentRequest

## Example Usage

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

let value:
  AlternativeInvestmentDocumentsGetAlternativeInvestmentDocumentRequest = {
    assetId: "123",
    alternativeInvestmentDocumentId: "01H7YH8QKZJ8V4Q2X8F4G6JQ2B",
  };
```

## Fields

| Field                                 | Type                                  | Required                              | Description                           | Example                               |
| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
| `assetId`                             | *string*                              | :heavy_check_mark:                    | The asset id.                         | 123                                   |
| `alternativeInvestmentDocumentId`     | *string*                              | :heavy_check_mark:                    | The alternativeInvestmentDocument id. | 01H7YH8QKZJ8V4Q2X8F4G6JQ2B            |