SetGlobalFolioManagerAccountThreshold
POST /SetGlobalFolioManagerAccountThreshold
Defines the reload size (refill) and automatic reload threshold (threshold) for primary ranges, for each document type, at account level.
threshold must be less than refill
If threshold ≥ refill, the process enters an infinite reload loop.
SetGlobalFolioManagerAccountThreshold
{
"countryId": "cl",
"accountCode": "{{taxId}}",
"documentTypeId": 33,
"threshold": 100,
"refill": 1000,
"version": 3,
"accountUser": "user@empresa.com"
}