---
title: "Update period"
method: PATCH
path: "/billing_new/invoices/update_period/v1/{invoice_id}"
tags: ["/billing_new"]
---

# Update period

`PATCH /billing_new/invoices/update_period/v1/{invoice_id}`

Updates the period of a draft invoice without changing its attached line items. | authz: allowed_org_types=[provider], min_org_role=operator | (InvoicePeriodUpdateReq) -> (bool)

## Path parameters

- `invoice_id` string, required

## Request body

- InvoicePeriodUpdateReq
  - `period_start_at_timestamp` string, date-time, required
  - `period_end_at_timestamp` string, date-time, required

## Response `200`

Successful Response

- boolean

## 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/423b3b544a4e/schema)
