Create a capital adjustment
POST
/api/portfolio/transactions/adjustmentRequest body
Body shape: Portfolio_CreateAdjustmentRequest (required)
Responses
curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/transactions/adjustment\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{
"asset_id": 1,
"effective_date": "effective_date",
"type": "open_committed_increase",
"amount": 1
}'