Skip to content

Carrier Transactions

A carrier transaction is a charge a carrier raises against you, used to reconcile carrier costs against customer billing. See the Carrier Transactions guide for how they are used.

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

/backend/api/v1/carrierTransactions/ - list all carrier transactions.

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

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

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

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

FieldNameTypeDescription
carrierCarrierPreset ValueThe carrier that generated this transaction
carrierTransactionProductCarrier ProductTextProduct code or identifier from the carrier
carrierTransactionDescriptionCarrier DescriptionTextDescription of the service or transaction from the carrier
carrierTransactionReferenceCarrier ReferenceTextCarrier internal reference number for this transaction
carrierTransactionStatusCarrier StatusTextStatus of the transaction as reported by the carrier
customerReferenceCustomer ReferenceTextCustomer reference provided by the carrier
numberReferenceNumber ReferenceTextNumber or service identifier from the carrier
carrierTransactionSubaccountSubaccountTextCarrier subaccount or division for this transaction
customerIDCustomerNumberThe ID of the customer this carrier transaction is for
numberIDNumberNumberThe ID of the number this carrier transaction is for
featureIDFeatureNumberThe ID of the feature this carrier transaction is for
carrierTransactionDateCarrier Transaction DateDateDate the transaction occurred according to the carrier
carrierTransactionBillDateCarrier Transaction Bill DateDateDate the carrier billed for this transaction
carrierTransactionStartDateCarrier Transaction Start DateDateStart date of the service period for this transaction
carrierTransactionEndDateCarrier Transaction End DateDateEnd date of the service period for this transaction
transactionTypeTransaction TypePreset ValueType of transaction for billing classification
carrierTransactionValueCarrier Transaction ValueCurrencyCost charged by the carrier for this transaction
featureCountCarrier Feature CountNumberNumber of features or units this transaction covers
carrierTransactionValueSuggestedRetailSuggested Retail ValueCurrencySuggested retail price for this transaction
fileFixed Fee FilePreset ValueFile this transaction was imported from
lineNumberLine NumberTextLine number within the import file
allocationSourceAllocatedPreset ValueHow this transaction was allocated to a customer/number/feature
idCarrier Transaction IDTextThe unique identifier for this carrier transaction
transactionIDTransaction IDTextInternal transaction record created from this carrier transaction