---
title: "Get billing cycle definition by id"
method: GET
path: "/settings/billingCycle/{id}"
tags: ["Settings"]
---

# Get billing cycle definition by id

`GET /settings/billingCycle/{id}`

## Path parameters

- `id` string, required

## Response `200`

successful operation

- BillingCycleDefinitionJson
  - `id` string
  - `name` string
  - `recurrence` RecurrenceJson
    - `cycle` 'DAY' | 'MONTH' | 'QUARTER' | 'SEMI_ANNUAL' | 'YEAR' | 'PAID_IN_FULL' | 'CUSTOM', required
    - `step` integer, required
  - `status` 'ACTIVE' | 'INACTIVE'
  - `isDefault` boolean

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
