Calculate redemption values for a direct asset

POST/api/portfolio/transactions/form-calculations/redemption-values

Request body

Body shape: Portfolio_FormCalculateRedemptionValuesRequest (required)

Responses

200
{}
422Validation error.Error
curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/transactions/form-calculations/redemption-values\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"\
  -d '{
  "asset_id": 1,
  "total_value": 1,
  "number_of_units": 1,
  "price_per_unit": 1,
  "held_at": "held_at",
  "investor_ids": []
}'