GetBillerSubRanges
GET /GetBillerSubRanges?countryId={countryId}&accountCode={accountCode}&billerId={billerId}
Obtiene los subrangos asociados a un billerId específico dentro de una cuenta.
| Parámetro | Ubicación | Req. | Descripción |
|---|---|---|---|
countryId | query | Requerido | Código ISO del país |
accountCode | query | Requerido | TaxId de la empresa |
billerId | query | Requerido | ID del Biller |

GetBillerSubRanges
[
{
"countryId": "cl",
"accountCode": "{{taxId}}",
"subRangeId": "{{subRangeId}}",
"primaryRangeId": "{{primaryRangeId}}",
"billerId": "{{billerId}}",
"dateTimeTimestamp": "{{timestamp}}",
"documentTypeId": 1,
"series": null,
"actualNumber": 10,
"actualNumberLastUpdate": "{{timestamp}}",
"actualNumberLastUpdateSource": "System",
"numberFrom": 1,
"numberTo": 10,
"dateTo": null,
"author": "System",
"deleted": false,
"status": 5,
"data": null
},
{
"countryId": "cl",
"accountCode": "{{taxId}}",
"subRangeId": "{{subRangeId}}",
"primaryRangeId": "{{primaryRangeId}}",
"billerId": "{{billerId}}",
"dateTimeTimestamp": "{{timestamp}}",
"documentTypeId": 1,
"series": null,
"actualNumber": 20,
"actualNumberLastUpdate": "{{timestamp}}",
"actualNumberLastUpdateSource": "System",
"numberFrom": 11,
"numberTo": 20,
"dateTo": null,
"author": "System",
"deleted": false,
"status": 7,
"data": null
}
]