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.
Methods
Section titled “Methods”Retrieve Single Carrier Call Type
Section titled “Retrieve Single Carrier Call Type”/backend/api/v1/carrierCallTypes/ID - fetch the carrier call type with the specified ID.
List Carrier Call Types
Section titled “List Carrier Call Types”/backend/api/v1/carrierCallTypes/ - list all carrier call types.
Additional Query Parameters
Section titled “Additional Query Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
idAfter | integer | No | Only include carrier call types with a higher ID |
createdSince | datetime | No | Only include carrier call types created since the given time |
updatedSince | datetime | No | Only 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.
DELETE
Section titled “DELETE”/backend/api/v1/carrierCallTypes/ID - delete the carrier call type with the specified ID.
Fields
Section titled “Fields”| Field | Name | Type | Description |
|---|---|---|---|
| carrier | Carrier | Text | The ID of the carrier this carrier call type mapping is for |
| callTypeID | Call Type | Preset Value | The internal call type that this charge band maps to |
| chargeband | Charge Band | Text | The carrier-specific charge band code used to identify call types |