Record a fund cash debit
POST
/api/portfolio/transactions/fund-cash/debitRequest body
Body shape: Portfolio_FundCashDebitRequest (required)
Responses
200
{}curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/transactions/fund-cash/debit\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{
"source_type": "fund_cash",
"source_id": "source_id",
"settlement_date": "settlement_date",
"asset_id": 1,
"investor_id": 1,
"amount": 1,
"description": "description"
}'