Manage sources of reference data - only manually maintained data sources can be updated via this endpoint
Elevate Reference Data API (1.12)
Where possible, Elevate will manage reference data internally via incoming feeds of reliable dialstring and charge group information However, for data sources where this is not possible (e.g. for proprietary/internal data) this can be managed externally via this API
Where a usage product cannot be rated using the dialstring look up method to identify the dialled number, Elevate will rely on call-class to do this instead
- One or many dialstrings map to one reference-data-source-charge-group
- One or many call-classes map to one reference-data-source-charge-group
- One or many reference-data-source-charge-groups map to one charge-group and one reference-data-source
- One or many charge-groups map to one charge-group-category
- https://rest.elevatebilling.com/v1/reference-data-summary/{referenceDataSummaryType}/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://rest.elevatebilling.com/v1/reference-data-summary/{referenceDataSummaryType}/1?page=1&pageSize=100&sort=id%2Cname+%7C+name%3Adesc' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
Charge group name
Charge group category name
Charging unit i.e. duration or data (MB) or one off
Reference data source name
Internal identifier of reference data source charge group
Name of the reference data source charge group
Date this reference data source charge group applies from
Date this reference data source charge group applies to
[ { "chargeGroupId": 1, "chargeGroupName": "string", "chargeGroupStartDate": "2019-08-24", "chargeGroupEndDate": "2019-08-24", "chargeGroupCategoryId": 1, "chargeGroupCategoryName": "string", "chargeGroupCategoryChargingUnitType": "DURATION", "chargeGroupCategoryStartDate": "2019-08-24", "chargeGroupCategoryEndDate": "2019-08-24", "referenceDataSourceId": 1, "referenceDataSourceName": "string", "referenceDataSourceChargeGroupId": 1, "referenceDataSourceChargeGroupName": "string", "referenceDataSourceChargeGroupStartDate": "2019-08-24", "referenceDataSourceChargeGroupEndDate": "2019-08-24", "callClassId": 1, "callClass": "string", "callClassStartDate": "2019-08-24", "callClassEndDate": "2019-08-24", "dialstringId": 1, "dialstring": "string", "dialstringStartDate": "2019-08-24", "dialstringEndDate": "2019-08-24" } ]