Skip to content

Carrier Transaction Types

A carrier transaction type categorises the charges a carrier raises against you. See the Carrier Transaction Types guide for how they are used.

/backend/api/v1/carrierTransactionTypes/ID - fetch the carrier transaction type with the specified ID.

/backend/api/v1/carrierTransactionTypes/ - list all carrier transaction types.

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

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

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

/backend/api/v1/carrierTransactionTypes/ID - delete the carrier transaction type with the specified ID.

FieldNameTypeDescription
carrierCarrierPreset ValueThe carrier this transaction type mapping applies to
transactionTypeTransaction TypePreset ValueThe internal transaction type to map to
productCharge BandTextThe carrier product or charge band name
idCarrier Transaction Type IDTextThe unique identifier for this carrier transaction type
revisionNumberRevisionTextInternal version tracking number for this carrier transaction type