Add a valuation
POST
/api/portfolio/assets/{asset}/asset-valuationPath parameters
- The asset ID
Request body
Body shape: Portfolio_AssetValuationUpdateRequest (optional)
Responses
curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/assets/{asset}/asset-valuation\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{
"date": "date",
"value": 1,
"description": "description",
"investor_ids": []
}'