The Spanish version is the authoritative reference. View in Spanish
GetPrimaryRangeById
GET /GetPrimaryRangeById?countryId={countryId}&accountCode={accountCode}&id={id}
Retrieves information for a specific primary range in the account by its Id.
SBX
https://developers-sbx.gosocket.net/number-manager-admin/GetPrimaryRangeByIdPRD
https://developers.gosocket.net/number-manager-admin/GetPrimaryRangeById| Parameter | Location | Req. | Description |
|---|---|---|---|
countryId | query | Required | ISO country code |
accountCode | query | Required | Company TaxId |
id | query | Required | Primary range ID |

GetPrimaryRangeById
{
"primaryRangeId": "{{primaryRangeId}}",
"billingPoint": null,
"salePoint": null,
"primaryRangeType": 1,
"priorityLevel": 14,
"number": 21343,
"numberMin": {{numberMin}},
"numberMax": {{numberMax}},
"series": null,
"documentTypeId": 33,
"dateFrom": "{{timestamp}}",
"dateFromNumber": 20250703,
"dateTo": "{{timestamp}}",
"dateToNumber": 99991231,
"dateTimeTimestamp": "{{timestamp}}",
"author": "System",
"data": "<XML_CAF_OMITIDO>",
"countryId": "cl",
"accountCode": "{{taxId}}",
"accountName": "Nombre Empresa",
"status": 5,
"enabled": true,
"deleted": false,
"deletedAuthor": null,
"deletedTimeStamp": null,
"source": "System",
"billers": [
"{{billerId}}"
],
"useType": ""
}