Call rates
Was this helpful?
Was this helpful?
Retrieve a collection of call rates
/call_rates
Use the filter
query parameter to retrieve just a subset of a collection.
Use the search
query parameter to restrict the results of a request to match a search criterion.
Use the orderby
query parameter to specify the sort order of the items returned from server.
The default order is ascending order.
Use the skip
query parameter to set the number of items to skip at the start of a collection.
Use the top
query parameter to specify the page size of the result set.
Add a new call rate into system.
/call_rates
The call prefix of the rating.
Free seconds of the rating.
Grace period of the rating.
The first interval of the rating.
The subsequent interval of the rating after the first one.
Connect fee of the rating. Precision is five digits.
Postcall surcharge of the rating. Precision is five digits.
The price of the first interval. Precision is five digits.
The price of the subsequent interval after the first one. Precision is five digits.
The description text for this rule.
The type of the rating:
Can be either:
LOCAL
:NATIONAL
:INTERNATIONAL
:MOBILE
:LOCAL
, NATIONAL
, INTERNATIONAL
, MOBILE
Update call rate.
/call_rates/{id}
The unique ID of billing.
The call prefix of the rating.
Free seconds of the rating.
Grace period of the rating.
The first interval of the rating.
The subsequent interval of the rating after the first one.
Connect fee of the rating. Precision is five digits.
Postcall surcharge of the rating. Precision is five digits.
The price of the first interval. Precision is five digits.
The price of the subsequent interval after the first one. Precision is five digits.
The description text for this rule.
The type of the rating:
Can be either:
LOCAL
:NATIONAL
:INTERNATIONAL
:MOBILE
:LOCAL
, NATIONAL
, INTERNATIONAL
, MOBILE
No body