usage_service_catalogs
- GET usage_service_catalogs/get_available_rates — This method returns the rates of a specific usage service or any usage service which is included in a specific usage service catalog and are allowed to be used by subscribers, during the specified date. Multiple usage services rates are returned by each call
- GET usage_service_catalogs/get_available_services — This method returns the usage services, which are included in effective usage service catalogs and are allowed to be used by subscribers, during the specified date. Multiple usage services are returned by each call
- usage_service_catalogs/configuration
- GET usage_service_catalogs/configuration/usage_service_types/list — This method returns the usage service types that are allowed to be used in usage service catalogs, based on the active usage service catalog definition. Multiple usage service types are returned by each call
- GET usage_service_catalogs/configuration/provisioning_providers/list — This method returns the provisioning providers that are allowed to be used in usage service catalogs, based on the active usage service catalog definition. Multiple provisioning providers are returned by each call
- GET usage_service_catalogs/show — This method returns a specific usage service catalog. The conditions and available usage services are not included in the results. A single usage service catalog is returned by each call
- POST usage_service_catalogs/set_as_not_effective — This method is used to set a specific usage service catalog as not effective. This method is applicable only on effective usage service catalogs. Only one usage service catalog can be updated on each call
- POST usage_service_catalogs/set_as_effective — This method is used to set a specific usage service catalog as effective. This method is applicable only on draft or not effective usage service catalogs. Only one usage service catalog can be updated on each call
- POST usage_service_catalogs/create — This method creates a new usage service catalog. A single usage service catalog can be created by each call.
- POST usage_service_catalogs/update — This method updates an existing usage service catalog, which is not already canceled. A single usage service catalog can be updated by each call
- POST usage_service_catalogs/cancel — This method is used to cancel a specific usage service catalog. This method is applicable only on draft, effective or not effective usage service catalogs, having no related usage detail records which are posted, billable and still not billed. Only one usage service catalog can be cancelled on each call
- GET usage_service_catalogs/list — This method returns the usage service catalogs that are allowed to be used in the system. Multiple usage service catalogs are returned by each call