Usage products represent products that are billed based on usage
Elevate Products API (2.13)
- Rental Product - a product or service that is billed on a fixed charge; for example, a broadband service, connection or site visit
- Usage Product - a product that is billed based on it's usage, such as calls or data; these typically fall into one of the following categories within Elevate; outbound such as CPS/IDA, Mobile or VoIP; and Inbound
Download OpenAPI description
Languages
Servers
https://rest.elevatebilling.com/v2
- https://rest.elevatebilling.com/v2/product-custom-fields
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://rest.elevatebilling.com/v2/product-custom-fields?page=1&pageSize=100&sort=id%2Cname+%7C+name%3Adesc&fields=id%2Cname&label=xyz+%7C+in%3Ax%2Cy+%7C+like%3Axyz&productCategoryId=0&entityLevel=USAGE_PRODUCT' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
[ { "id": 1, "label": "string", "productCategoryIds": [ … ], "entityLevel": "USAGE_PRODUCT" } ]