Calculate number of shares from total value and share value

POST/api/portfolio/transactions/form-calculations/number-of-shares

Request body

Body shape: Portfolio_FormCalculateNumberOfSharesRequest (required)

Responses

200
{}
422Validation error.Error
curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/transactions/form-calculations/number-of-shares\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"\
  -d '{
  "total_value": 1,
  "share_value": 1
}'