---
title: "Add new billing cycle definition"
method: POST
path: "/settings/billingCycle"
tags: ["Settings"]
---

# Add new billing cycle definition

`POST /settings/billingCycle`

## Request body

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

## Response `default`

successful operation

---

[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)
