Create a fund investment
POST
/api/portfolio/transactions/investments/fundRequest body
Body shape: Portfolio_CreateFundInvestmentRequest (required)
Responses
curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/transactions/investments/fund\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{
"asset_id": 1,
"source_asset_id": 1,
"investor_id": 1,
"date": "date",
"number_of_shares_issued": 1,
"price_per_unit": 1,
"total_value": 1,
"type": "cash"
}'