The Spanish version is the authoritative reference. View in Spanish
GetGlobalFolioManagerAccountThreshold
GET /GetGlobalFolioManagerAccountThreshold?countryId={countryId}&accountCode={accountCode}&documentTypeId={documentTypeId}&version=3
Queries the reload size (refill) and automatic reload threshold (threshold) configured at account level for each document type.
SBX
https://developers-sbx.gosocket.net/number-manager-admin/GetGlobalFolioManagerAccountThresholdPRD
https://developers.gosocket.net/number-manager-admin/GetGlobalFolioManagerAccountThreshold| Parameter | Location | Req. | Description |
|---|---|---|---|
countryId | query | Required | ISO country code |
accountCode | query | Required | Company TaxId |
documentTypeId | query | Required | Document type ID |
version | query | Required | Always 3 |

GetGlobalFolioManagerAccountThreshold
[
{
"countryId": "cl",
"taxId": "{{taxId}}",
"documentTypeId": 33,
"threshold": 100,
"refill": 1000,
"startFrom": 0,
"version": 3,
"prefix": null,
"lastChangeAuthor": "user@empresa.com",
"rowKey": "cl|{{taxId}}|33|3",
"timestamp": "{{timestamp}}"
},
{
"countryId": "cl",
"taxId": "{{taxId}}",
"documentTypeId": 39,
"threshold": 100,
"refill": 500,
"startFrom": 0,
"version": 3,
"prefix": null,
"lastChangeAuthor": "user@empresa.com",
"rowKey": "cl|{{taxId}}|39|3",
"timestamp": "{{timestamp}}"
}
]