The Spanish version is the authoritative reference. View in Spanish
GetPrimaryRangeSubRanges
GET /GetPrimaryRangeSubRanges?countryId={countryId}&accountCode={accountCode}&primaryRangeId={primaryRangeId}
Prepend the Administration API URL for the environment (SBX or PRD) as the base.
Retrieves all sub-ranges generated from a primary range, with the assigned biller, the status and the numeric interval of each one.
| Parameter | Location | Req. | Description |
|---|---|---|---|
countryId | query | Required | ISO country code |
accountCode | query | Required | Company tax ID (TaxId) |
primaryRangeId | query | Required | Primary range ID |
The response is an array of SubRange objects, with the same structure returned by GetBillerSubRanges.
Under construction
Response example pending validation.