Create a fund-level other-income distribution
POST
/api/portfolio/transactions/distributions/fund/other-incomeRequest body
Body shape: Portfolio_CreateFundDistributionOtherIncomeRequest (required)
Responses
200
{}curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/transactions/distributions/fund/other-income\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{
"asset_id": 1,
"investor_id": 1,
"settlement_date": "settlement_date",
"total_units": 1,
"price_per_unit": 1,
"gross_value": 1,
"currency": "currency",
"description": "description",
"investment_type": "cash",
"tax": 1
}'