Accounts
Account Rate Batch
Updates account fees in batches
post/ AccountRateBatch
Request body
Example request
{
"Method": "AccountRateBatch",
"PartnerId": 30324,
"BusinessUnitId": 51138,
"RateValue": 12.5,
"RatePercentage": "0.35",
"Accounts": [
{
"TaxNumber": "33.762.255/0001-40",
"AccountKey": "111111-222222-333333-4"
}
]
}Response
Ok