The Spanish version is the authoritative reference. View in Spanish
GetPrimaryRanges
GET /GetPrimaryRanges?countryId={countryId}&accountCode={accountCode}
Prepend the Administration API URL for the environment (SBX or PRD) as the base.
Lists all numbering primary ranges registered in the account: series, interval (numberMin / numberMax), status, document type and expiration date when applicable.
| Parameter | Location | Req. | Description |
|---|---|---|---|
countryId | query | Required | ISO country code |
accountCode | query | Required | Company tax ID (TaxId) |
The response is an array of PrimaryRange objects, with the same structure returned by GetPrimaryRangeById.
Under construction
Response example pending validation.