Skip to content

Carrier Call Types

A carrier call type maps a carrier’s own call categories onto the platform’s call types, so carrier data rates correctly. See the Carrier Call Types guide for how they are used.

/backend/api/v1/carrierCallTypes/ID - fetch the carrier call type with the specified ID.

/backend/api/v1/carrierCallTypes/ - list all carrier call types.

ParameterTypeRequiredDescription
idAfterintegerNoOnly include carrier call types with a higher ID
createdSincedatetimeNoOnly include carrier call types created since the given time
updatedSincedatetimeNoOnly include carrier call types updated since the given time

/backend/api/v1/carrierCallTypes/ - add a new carrier call type. The newly-added carrier call type will be returned.

/backend/api/v1/carrierCallTypes/ID - update the carrier call type with the specified ID. The modified carrier call type will be returned.

/backend/api/v1/carrierCallTypes/ID - delete the carrier call type with the specified ID.

FieldNameTypeDescription
carrierCarrierTextThe ID of the carrier this carrier call type mapping is for
callTypeIDCall TypePreset ValueThe internal call type that this charge band maps to
chargebandCharge BandTextThe carrier-specific charge band code used to identify call types