Create a capital adjustment

POST/api/portfolio/transactions/adjustment

Request body

Body shape: Portfolio_CreateAdjustmentRequest (required)

Responses

200
{}
403Forbidden.Error
422Validation error.Error
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
}'