The Spanish version is the authoritative reference. View in Spanish
GetPrimaryRangesByFilter
POST /GetPrimaryRangesByFilter
Retrieves information on primary ranges associated with a specific billerId within an account.
SBX
https://developers-sbx.gosocket.net/number-manager-admin/GetPrimaryRangesByFilterPRD
https://developers.gosocket.net/number-manager-admin/GetPrimaryRangesByFilter| Field | Location | Req. | Description |
|---|---|---|---|
accountCode | body | Required | TaxId of the company |
countryId | body | Required | Country ISO code |
onlyExpired | body | Optional | true filters only expired ranges |
onlyExpireSoon | body | Optional | true filters only ranges about to expire |
documentTypeId | body | Optional | Filters by document type. If omitted, returns all types |
GetPrimaryRangesByFilter
{
"accountCode": "{{taxId}}",
"countryId": "cl",
"onlyExpired": false,
"onlyExpireSoon": false,
"documentTypeId": 33
}