---
title: "UpdateBillingRecord"
method: POST
path: "/gitpod.v1.BillingService/UpdateBillingRecord"
tags: ["gitpod.v1.BillingService"]
---

# UpdateBillingRecord

`POST /gitpod.v1.BillingService/UpdateBillingRecord`

Updates a billing record

## Request body

- GitpodV1UpdateBillingRecordRequest
  - `amountCentsUsd` string, nullable, required — amount_cents contains the amount of cents to charge the organization
  - `billingRecordId` string, uuid, required — billing_record_id is the ID of the billing record to update
  - `kind` 'BILLING_PLAN_KIND_UNSPECIFIED' | 'BILLING_PLAN_KIND_FREE' | 'BILLING_PLAN_KIND_CORE'

## Response `200`

Success

- GitpodV1UpdateBillingRecordResponse

## Other responses

- `default` — Error

---

[API](https://skmtc.net/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.net/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/versions/44d50c2ac284/schema)
