List

Lists owner-scoped billing periods with generated line items and invoices. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (BillingPeriodListRes)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

sort_byenum or nullOptional
Field to sort by.
sort_orderenum or nullOptional
Sort order.
Allowed values:
pageinteger or nullOptional>=1Defaults to 1
page_sizeinteger or nullOptional1-100Defaults to 20
filter_statusesenum or nullOptional

Filter by one or more billing-period statuses.

Allowed values:
filter_invoice_typesenum or nullOptional
Filter by one or more invoice types.
Allowed values:
filter_currency_codesenum or nullOptional
Filter by one or more currency codes.
filter_counterparty_org_idstring or nullOptional

Filter by an on-CHRT counterparty organization.

filter_counterparty_off_chrt_org_data_idstring or nullOptional

Filter by an off-CHRT counterparty organization.

filter_counterparty_driver_idstring or nullOptional
Filter by a driver counterparty.
filter_shipper_account_idstring or nullOptional
Filter by an associated shipper account.
filter_task_group_idstring or nullOptional
Filter by an attributed TaskGroup.
filter_period_start_at_timestamp_gtedatetime or nullOptional
Filter by period start greater than or equal.
filter_period_start_at_timestamp_ltedatetime or nullOptional
Filter by period start less than or equal.
filter_period_end_at_timestamp_gtedatetime or nullOptional
Filter by period end greater than or equal.
filter_period_end_at_timestamp_ltedatetime or nullOptional
Filter by period end less than or equal.

Response

Successful Response
itemslist of objects
total_countinteger

Errors

422
Billing Periods List V1request Unprocessable Entity Error