Skip to content

Wholesale Billing Periods

A wholesale billing period groups carrier CDR files and charges into a span of time, usually a month, for reconciliation. See the Wholesale Billing Periods guide for how they are used.

/backend/api/v1/wholesaleBillingPeriods/ID - fetch the wholesale billing period with the specified ID.

/backend/api/v1/wholesaleBillingPeriods/ - list all wholesale billing periods.

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

/backend/api/v1/wholesaleBillingPeriods/ - add a new wholesale billing period. The newly-added period will be returned.

/backend/api/v1/wholesaleBillingPeriods/ID - update the wholesale billing period with the specified ID. The modified period will be returned.

/backend/api/v1/wholesaleBillingPeriods/ID - delete the wholesale billing period with the specified ID.

FieldNameTypeDescription
nameNameTextDescriptive name for this wholesale billing period
idWholesale Billing Period IDTextThe unique identifier for this wholesale billing period