A representation of a mediation file that Elevate loads and processes
- Retrieve a page of buy rate suspense summary records
Elevate Mediation and Suspense API (1.1)
Provides read access to mediation file entities and usage suspense summary entities
- Mediation File - a representation of a mediation file loaded into the Elevate billing system
- Usage Suspense - a usage record that could not be rated or matched to a product inventory item and is therefore held in suspense awaiting resolution
- Suspense Summary - an aggregated view of usage records in suspense, grouped by a specific dimension (e.g. product reference, call class, dial string, or rate card) to help identify the root cause and volume of unresolved records
Results to return per page
Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change
Comma-delimited list of the field(s) to return if only a subset is required
Filter by product reference
Filter by service identifier
Filter by supplier account identifier
Filter by first event date/time
Filter by last event date/time
- https://rest.elevatebilling.com/v1/usage-product-reference-suspense-summary
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://rest.elevatebilling.com/v1/usage-product-reference-suspense-summary?page=1&pageSize=100&sort=id%2Cname+%7C+name%3Adesc&fields=id%2Cname&productReference=xyz+%7C+in%3Ax%2Cy+%7C+like%3Axyz&serviceId=xyz+%7C+in%3Ax%2Cy+%7C+like%3Axyz&supplierId=0&supplierAccountId=0&firstEventDate=yyyy-MM-ddTHH%3Amm%3AssZ+%2C+lt%3Ayyyy-MM-ddTHH%3Amm%3AssZ+%2C+gt%3Ayyyy-MM-ddTHH%3Amm%3AssZ&lastEventDate=yyyy-MM-ddTHH%3Amm%3AssZ+%2C+lt%3Ayyyy-MM-ddTHH%3Amm%3AssZ+%2C+gt%3Ayyyy-MM-ddTHH%3Amm%3AssZ&totalSupplierCost=1+%7C+in%3A1%2C2+%7C+gt%3A1+%7C+lt%3A1+%7C+ge%3A1+%7C+le%3A1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
Product reference
Service identifier
Date and time of the first event in this group
Date and time of the last event in this group
Total number of suspense records in this group
[ { "productReference": "VM123456", "serviceId": "AB123345", "supplierId": 5, "supplierAccountId": 1, "firstEventDate": "2026-07-24T14:15:22Z", "lastEventDate": "2026-08-24T14:15:22Z", "totalSupplierCost": 250, "totalQuantity": 55, "totalRecords": 125 } ]
Results to return per page
Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change
Comma-delimited list of the field(s) to return if only a subset is required
Filter by reference date source identifier
Filter by secondary reference date source identifier
Filter by supplier account identifier
Filter by first event date/time
Filter by last event date/time
- https://rest.elevatebilling.com/v1/usage-call-class-suspense-summary
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://rest.elevatebilling.com/v1/usage-call-class-suspense-summary?page=1&pageSize=100&sort=id%2Cname+%7C+name%3Adesc&fields=id%2Cname&callClass=xyz+%7C+in%3Ax%2Cy+%7C+like%3Axyz&referenceDateSourceId=0&secondaryReferenceDateSourceId=0&usageProductId=0&supplierId=0&supplierAccountId=0&firstEventDate=yyyy-MM-ddTHH%3Amm%3AssZ+%2C+lt%3Ayyyy-MM-ddTHH%3Amm%3AssZ+%2C+gt%3Ayyyy-MM-ddTHH%3Amm%3AssZ&lastEventDate=yyyy-MM-ddTHH%3Amm%3AssZ+%2C+lt%3Ayyyy-MM-ddTHH%3Amm%3AssZ+%2C+gt%3Ayyyy-MM-ddTHH%3Amm%3AssZ&totalSupplierCost=1+%7C+in%3A1%2C2+%7C+gt%3A1+%7C+lt%3A1+%7C+ge%3A1+%7C+le%3A1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
Call class
Secondary reference date source identifier
Date and time of the first event in this group
Date and time of the last event in this group
Total number of suspense records in this group
[ { "callClass": "ABC_TO_CDE", "referenceDateSourceId": 4, "secondaryReferenceDateSourceId": 5, "usageProductId": 5, "supplierId": 5, "supplierAccountId": 1, "firstEventDate": "2026-07-24T14:15:22Z", "lastEventDate": "2026-08-24T14:15:22Z", "totalSupplierCost": 250, "totalQuantity": 100, "totalRecords": 125 } ]
Results to return per page
Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change
Comma-delimited list of the field(s) to return if only a subset is required
Filter by dial string
Filter by reference date source identifier
Filter by secondary reference date source identifier
Filter by supplier account identifier
Filter by first event date/time
Filter by last event date/time
- https://rest.elevatebilling.com/v1/usage-dialstring-suspense-summary
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://rest.elevatebilling.com/v1/usage-dialstring-suspense-summary?page=1&pageSize=100&sort=id%2Cname+%7C+name%3Adesc&fields=id%2Cname&dialString=xyz+%7C+in%3Ax%2Cy+%7C+like%3Axyz&referenceDateSourceId=0&secondaryReferenceDateSourceId=0&usageProductId=0&supplierId=0&supplierAccountId=0&firstEventDate=yyyy-MM-ddTHH%3Amm%3AssZ+%2C+lt%3Ayyyy-MM-ddTHH%3Amm%3AssZ+%2C+gt%3Ayyyy-MM-ddTHH%3Amm%3AssZ&lastEventDate=yyyy-MM-ddTHH%3Amm%3AssZ+%2C+lt%3Ayyyy-MM-ddTHH%3Amm%3AssZ+%2C+gt%3Ayyyy-MM-ddTHH%3Amm%3AssZ&totalSupplierCost=1+%7C+in%3A1%2C2+%7C+gt%3A1+%7C+lt%3A1+%7C+ge%3A1+%7C+le%3A1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'[ { "dialString": "02132568", "referenceDateSourceId": 4, "secondaryReferenceDateSourceId": 5, "usageProductId": 5, "supplierId": 5, "supplierAccountId": 1, "firstEventDate": "2026-07-24T14:15:22Z", "lastEventDate": "2026-08-24T14:15:22Z", "totalSupplierCost": 250, "totalQuantity": 100, "totalRecords": 125 } ]
Results to return per page
Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change
Comma-delimited list of the field(s) to return if only a subset is required
Filter by supplier account identifier
Filter by first event date/time
Filter by last event date/time
- https://rest.elevatebilling.com/v1/usage-sell-rate-card-suspense-summary
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://rest.elevatebilling.com/v1/usage-sell-rate-card-suspense-summary?page=1&pageSize=100&sort=id%2Cname+%7C+name%3Adesc&fields=id%2Cname&customerId=0&siteId=0&usageProductId=0&supplierId=0&supplierAccountId=0&firstEventDate=yyyy-MM-ddTHH%3Amm%3AssZ+%2C+lt%3Ayyyy-MM-ddTHH%3Amm%3AssZ+%2C+gt%3Ayyyy-MM-ddTHH%3Amm%3AssZ&lastEventDate=yyyy-MM-ddTHH%3Amm%3AssZ+%2C+lt%3Ayyyy-MM-ddTHH%3Amm%3AssZ+%2C+gt%3Ayyyy-MM-ddTHH%3Amm%3AssZ&totalSupplierCost=1+%7C+in%3A1%2C2+%7C+gt%3A1+%7C+lt%3A1+%7C+ge%3A1+%7C+le%3A1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'[ { "customerId": 2225, "siteId": 2226, "usageProductId": 5, "productReference": "VMC123456", "supplierId": 5, "supplierAccountId": 1, "firstEventDate": "2026-07-24T14:15:22Z", "lastEventDate": "2026-08-24T14:15:22Z", "totalSupplierCost": 250, "totalQuantity": 100, "totalRecords": 125 } ]
Results to return per page
Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change
Comma-delimited list of the field(s) to return if only a subset is required
Filter by supplier account identifier
Filter by reference date source identifier
Filter by secondary reference date source identifier
Filter by first event date/time
Filter by last event date/time
- https://rest.elevatebilling.com/v1/usage-sell-rate-suspense-summary
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://rest.elevatebilling.com/v1/usage-sell-rate-suspense-summary?page=1&pageSize=100&sort=id%2Cname+%7C+name%3Adesc&fields=id%2Cname&usageProductId=0&usageRateCardId=0&chargeGroupId=0&supplierId=0&supplierAccountId=0&timeBand=xyz+%7C+in%3Ax%2Cy+%7C+like%3Axyz&referenceDateSourceId=0&secondaryReferenceDateSourceId=0&firstEventDate=yyyy-MM-ddTHH%3Amm%3AssZ+%2C+lt%3Ayyyy-MM-ddTHH%3Amm%3AssZ+%2C+gt%3Ayyyy-MM-ddTHH%3Amm%3AssZ&lastEventDate=yyyy-MM-ddTHH%3Amm%3AssZ+%2C+lt%3Ayyyy-MM-ddTHH%3Amm%3AssZ+%2C+gt%3Ayyyy-MM-ddTHH%3Amm%3AssZ&totalSupplierCost=1+%7C+in%3A1%2C2+%7C+gt%3A1+%7C+lt%3A1+%7C+ge%3A1+%7C+le%3A1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'[ { "usageProductId": 5, "isdn": true, "usageRateCardId": 6, "chargeGroupId": 155, "supplierId": 3, "supplierAccountId": 1, "timeBand": "PEAK", "referenceDateSourceId": 4, "secondaryReferenceDateSourceId": 5, "firstEventDate": "2026-07-24T14:15:22Z", "lastEventDate": "2026-08-24T14:15:22Z", "totalSupplierCost": 250, "totalQuantity": 100, "totalRecords": 125 } ]
Results to return per page
Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change
Comma-delimited list of the field(s) to return if only a subset is required
Filter by product reference
Filter by supplier account identifier
Filter by first event date/time
Filter by last event date/time
- https://rest.elevatebilling.com/v1/usage-buy-rate-card-suspense-summary
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://rest.elevatebilling.com/v1/usage-buy-rate-card-suspense-summary?page=1&pageSize=100&sort=id%2Cname+%7C+name%3Adesc&fields=id%2Cname&customerId=0&siteId=0&usageProductId=0&productReference=xyz+%7C+in%3Ax%2Cy+%7C+like%3Axyz&supplierId=0&supplierAccountId=0&firstEventDate=yyyy-MM-ddTHH%3Amm%3AssZ+%2C+lt%3Ayyyy-MM-ddTHH%3Amm%3AssZ+%2C+gt%3Ayyyy-MM-ddTHH%3Amm%3AssZ&lastEventDate=yyyy-MM-ddTHH%3Amm%3AssZ+%2C+lt%3Ayyyy-MM-ddTHH%3Amm%3AssZ+%2C+gt%3Ayyyy-MM-ddTHH%3Amm%3AssZ&totalSupplierCost=1+%7C+in%3A1%2C2+%7C+gt%3A1+%7C+lt%3A1+%7C+ge%3A1+%7C+le%3A1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'[ { "customerId": 2225, "siteId": 2226, "usageProductId": 5, "productReference": "VMC123456", "supplierId": 3, "supplierAccountId": 1, "firstEventDate": "2026-07-24T14:15:22Z", "lastEventDate": "2026-08-24T14:15:22Z", "totalSupplierCost": 250, "totalQuantity": 100, "totalRecords": 125 } ]
Results to return per page
Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change
Comma-delimited list of the field(s) to return if only a subset is required
Filter by supplier account identifier
Filter by reference date source identifier
Filter by secondary reference date source identifier
Filter by first event date/time
Filter by last event date/time
- https://rest.elevatebilling.com/v1/usage-buy-rate-suspense-summary
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://rest.elevatebilling.com/v1/usage-buy-rate-suspense-summary?page=1&pageSize=100&sort=id%2Cname+%7C+name%3Adesc&fields=id%2Cname&usageProductId=0&isdn=true+%2C+false&usageRateCardId=0&chargeGroupId=0&supplierId=0&supplierAccountId=0&timeBand=xyz+%7C+in%3Ax%2Cy+%7C+like%3Axyz&referenceDateSourceId=0&secondaryReferenceDateSourceId=0&firstEventDate=yyyy-MM-ddTHH%3Amm%3AssZ+%2C+lt%3Ayyyy-MM-ddTHH%3Amm%3AssZ+%2C+gt%3Ayyyy-MM-ddTHH%3Amm%3AssZ&lastEventDate=yyyy-MM-ddTHH%3Amm%3AssZ+%2C+lt%3Ayyyy-MM-ddTHH%3Amm%3AssZ+%2C+gt%3Ayyyy-MM-ddTHH%3Amm%3AssZ&totalSupplierCost=1+%7C+in%3A1%2C2+%7C+gt%3A1+%7C+lt%3A1+%7C+ge%3A1+%7C+le%3A1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'[ { "usageProductId": 5, "isdn": true, "usageRateCardId": 6, "chargeGroupId": 155, "supplierId": 3, "supplierAccountId": 1, "timeBand": "PEAK", "referenceDateSourceId": 4, "secondaryReferenceDateSourceId": 5, "firstEventDate": "2026-07-24T14:15:22Z", "lastEventDate": "2026-08-24T14:15:22Z", "totalSupplierCost": 250, "totalQuantity": 100, "totalRecords": 125 } ]