The Spanish version is the authoritative reference. View in Spanish
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.
SBX
https://developers-sbx.gosocket.net/number-manager-admin/SaveBillerThresholdPRD
https://developers.gosocket.net/number-manager-admin/SaveBillerThresholdReload 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.
| Field | Location | Req. | Description |
|---|---|---|---|
countryId | body | Required | Country ISO code |
accountCode | body | Required | TaxId of the company |
billerId | body | Required | Biller ID |
documentTypeId | body | Required | Gosocket internal document type code |
threshold | body | Optional | Remaining available folios that trigger the automatic reload. Default: 100 |
author | body | Required | Email of whoever performs the operation |
SaveBillerThreshold
{
"countryId": "cl",
"accountCode": "{{taxId}}",
"billerId": "{{billerId}}",
"documentTypeId": 33,
"threshold": 10,
"author": "user@empresa.com"
}