Account Limit Management
Get Account Operation Limit
Account's operating limit.
post/ GetAccountOperationLimit
Request body
Example request
{
"Method": "GetAccountOperationLimit",
"PartnerId": 30324,
"BusinessUnitId": 51138,
"TaxNumber": "33.762.255/0001-40",
"AccountKey": "111111-222222-333333-4",
"OperationType": 40,
"SubType": 1
}Response
Ok
Example response
{
"Message": "ISI00001 - Método executado com Sucesso.",
"MinLimit": 500,
"MaxLimit": 1000
}