SaveBillerThreshold
POST /SaveBillerThreshold
Defines the automatic reload threshold for sub-ranges per document type. If not explicitly set, a default threshold of 100 folios will apply.
Reload threshold
The threshold indicates when automatic reloading is triggered. For example, with threshold: 10, when the available folios in the sub-range are ≤ 10, the manager will automatically reload a new sub-range with the size defined in SaveBillerConfiguration.
SaveBillerThreshold
{
"countryId": "cl",
"accountCode": "{{taxId}}",
"billerId": "df5d9280-3706-4736-8722-22cd63224460",
"documentTypeId": 33,
"threshold": 10,
"author": "user@empresa.com"
}