Create a direct other-income distribution

POST/api/portfolio/transactions/distributions/other-income

Request body

Body shape: Portfolio_CreateDistributionOtherIncomeRequest (required)

Responses

200
{}
422Validation error.Error
curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/transactions/distributions/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,
  "investor_ids": []
}'