Reports

Create a ledger billing group report

post/ledger_billing_group_reports

Request body

yearinteger

Year of the ledger billing group report

monthinteger

Month of the ledger billing group report

Example request

{
  "year": 2019,
  "month": 10
}

Response

Expected ledger billing group report response to a valid request

Example response

{
  "data": {
    "record_type": "ledger_billing_group_report",
    "id": "f5586561-8ff0-4291-a0ac-84fe544797bd",
    "organization_id": "f5586561-8ff0-4291-a0ac-84fe544797bd",
    "report_url": "https://example.com",
    "created_at": "2019-10-15T10:07:15.527Z",
    "updated_at": "2019-10-15T10:07:15.527Z"
  }
}

Changes

No recorded changes to this endpoint across all 47 revisions of this API.