Account Limit Management
Change Account Operation Limit
Change the account's operating limit.
post/ ChangeAccountOperationLimit
Request body
Example request
{
"Method": "ChangeAccountOperationLimit",
"PartnerId": 30324,
"BusinessUnitId": 51138,
"TaxNumber": "33.762.255/0001-40",
"AccountKey": "111111-222222-333333-4",
"OperationLimitRequests": [
{
"OperationType": 40,
"SubType": 1,
"MaxLimitValue": 4000
}
],
"Document": {
"DocumentFile": "dGVzdGU=",
"DocumentName": "Company Annual Billing",
"Description": "Envio de documento",
"ExpirationDate": "12/02/2025",
"DocumentKey": "391908822771"
}
}Response
Ok
Example response
{
"OperationLimitRequests": [
[
{
"OperationType": 40,
"SubType": 1,
"MaxLimitValue": 4000
}
]
]
}