---
title: "Create a ledger billing group report"
method: POST
path: "/ledger_billing_group_reports"
tags: ["Reports"]
---

# Create a ledger billing group report

`POST /ledger_billing_group_reports`

## Request body

- NewLedgerBillingGroupReport
  - `year` integer — Year of the ledger billing group report
  - `month` integer — Month of the ledger billing group report

## Response `200`

Expected ledger billing group report response to a valid request

- object
  - `data` LedgerBillingGroupReport
    - `record_type` 'ledger_billing_group_report' — Identifies the type of the resource.
    - `id` string, uuid — Identifies the type of resource.
    - `organization_id` string, uuid — Uniquely identifies the organization that owns the resource.
    - `status` 'pending' | 'complete' | 'failed' | 'deleted' — Status of the ledger billing group report
    - `report_url` string, uri, nullable — External url of the ledger billing group report, if the status is complete
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.

## Other responses

- `401` — Unexpected error
- `500` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
