usage_detail_records
- POST usage_detail_records/cancel — This method cancels an existing usage detail record, which is in posted state. A single usage record can be updated by each call
- usage_detail_records/configuration
- GET usage_detail_records/configuration/types/list — This method returns the usage detail record types that are allowed to be used in the system. Multiple usage detail record types are returned by each call
- GET usage_detail_records/configuration/types/show — This method returns a specific usage detail record type. A single usage detail record type is returned by each call
- GET usage_detail_records/configuration/units_of_measurement/list — This method returns the units of measurement that are allowed to be used in the system. Multiple units of measurement are returned by each call
- POST usage_detail_records/set_not_billable — This method sets the billing directive of an existing usage detail record to not billable. This method is applicable only on usage detail records which are not already not billable. A single usage record can be updated by each call
- POST usage_detail_records/set_creditable — This method sets the billing directive of an existing usage detail record to creditable. This method is applicable only on usage detail records which are not already creditable. A single usage record can be updated by each call
- GET usage_detail_records/show — This method returns information related with a usage detail record (UDR). A single usage detail record is returned by each call
- POST usage_detail_records/adjust — This method adjusts an existing usage detail record, which is in posted state. A single usage record can be adjusted by each call
- POST usage_detail_records/set_billable — This method sets the billing directive of an existing usage detail record to billable. This method is applicable only on usage detail records which are not already billable. A single usage record can be updated by each call
- POST usage_detail_records/cancel_lot — This method cancels multiple existing usage detail records, which are in Posted state. Multiple usage records can be updated by each call.
- GET usage_detail_records/list — This method returns information related with usage detail records. Multiple usage detail records are returned by each call.