{
"accountIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"saveChanges": true
}
curl --location --request POST '/v2/internal/Accounts/recalculate' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"saveChanges": true
}'
{
"isFailed": true,
"isSuccess": true,
"reasons": [
{
"message": "string",
"metadata": {
"property1": null,
"property2": null
}
}
],
"errors": [
{
"message": "string",
"metadata": {
"property1": null,
"property2": null
},
"reasons": [
{}
]
}
],
"successes": [
{
"message": "string",
"metadata": {
"property1": null,
"property2": null
}
}
]
}