Authorization: ********************
{
"billing_plan_id": "string",
"filter": "string",
"fields": "string",
"sort": [
{
"key": "string",
"direction": "ORDER_UNSPECIFIED"
}
],
"page": {
"limit": 0,
"token": "string"
}
}
curl --location --request POST 'https://api.cbf.tcn.com/services/billing/v1alpha1/listbillingplans' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"billing_plan_id": "string",
"filter": "string",
"fields": "string",
"sort": [
{
"key": "string",
"direction": "ORDER_UNSPECIFIED"
}
],
"page": {
"limit": 0,
"token": "string"
}
}'
{
"billing_plans": [
{
"billing_plan_id": "string",
"create_time": "1s",
"update_time": "1s",
"start_time": "1s",
"end_time": "1s",
"delete_time": "1s",
"rate_definition_ids": [
"string"
],
"status": "BILLING_PLAN_STATUS_UNSPECIFIED",
"actual_start_time": "1s"
}
],
"token": "string"
}