Record a fund cash credit

POST/api/portfolio/transactions/fund-cash/credit

Request body

Body shape: Portfolio_FundCashCreditRequest (required)

Responses

200
{}
422Validation error.Error
curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/transactions/fund-cash/credit\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"\
  -d '{
  "route_type": "fund_cash",
  "route_id": "route_id",
  "settlement_date": "settlement_date",
  "asset_id": 1,
  "investor_id": 1,
  "amount": 1,
  "description": "description"
}'