---
title: "Create"
method: POST
path: "/billing_new/billing_periods/create/v1"
tags: ["/billing_new"]
---

# Create

`POST /billing_new/billing_periods/create/v1`

Creates an open owner-scoped billing period. | authz: allowed_org_types=[provider], min_org_role=operator | (BillingPeriodClientCreate1) -> (BillingPeriod1)

## Request body

- BillingPeriodClientCreate1
  - `schema_version` 1, required
  - `invoice_type` 'accounts_receivable' | 'accounts_payable', required
  - `currency_code` 'USD' | 'CAD' | 'EUR' | 'GBP' | 'MXN' | 'AUD' | 'JPY' | 'CNY' | 'CHF' | 'INR' | 'XXX', required
  - `name` string, nullable
  - `description` string, required
  - `amount` number, required
  - `counterparty_org_id` string, nullable — Must be a string starting with `org_`
  - `counterparty_off_chrt_org_data_id` string, nullable
  - `counterparty_driver_id` string, nullable
  - `shipper_account_id` string, nullable
  - `period_start_at_timestamp` string, date-time, required
  - `period_end_at_timestamp` string, date-time, required
  - `cycle` 'daily' | 'weekly' | 'monthly' | 'quarterly' | 'yearly', required
  - `task_group_ids` string[]

## Response `200`

Successful Response

- BillingPeriod1
  - `schema_version` 1, required
  - `invoice_type` 'accounts_receivable' | 'accounts_payable', required
  - `currency_code` 'USD' | 'CAD' | 'EUR' | 'GBP' | 'MXN' | 'AUD' | 'JPY' | 'CNY' | 'CHF' | 'INR' | 'XXX', required
  - `name` string, nullable
  - `description` string, required
  - `amount` number, required
  - `counterparty_org_id` string, nullable — Must be a string starting with `org_`
  - `counterparty_off_chrt_org_data_id` string, nullable
  - `counterparty_driver_id` string, nullable
  - `shipper_account_id` string, nullable
  - `period_start_at_timestamp` string, date-time, required
  - `period_end_at_timestamp` string, date-time, required
  - `cycle` 'daily' | 'weekly' | 'monthly' | 'quarterly' | 'yearly', required
  - `task_group_ids` string[]
  - `owned_by_org_id` string, required — Must be a string starting with `org_`
  - `status` 'open' | 'closed'
  - `created_by_user_id` string, required — Must be a string starting with `user_`
  - `created_at_timestamp` string, date-time, required
  - `last_edited_by_user_id` string, required — Must be a string starting with `user_`
  - `last_edited_at_timestamp` string, date-time, required
  - `closed_by_user_id` string, nullable — Must be a string starting with `user_`
  - `closed_at_timestamp` string, date-time, nullable
  - `_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
