Create a new cash account inside the specified portfolio.
Request
Add parameter in header Authorization
Example:Authorization: ********************
or
{
"accountName": "High Interest Savings",
"portfolioId": 123,
"currencyCode": "AUD"
}
Request Code Samples
curl --location '/v1/cashAccount' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"accountName": "High Interest Savings",
"portfolioId": 123,
"currencyCode": "AUD"
}'
Modified at 2026-06-29 01:28:42