---
title: "Update billing configuration"
method: PUT
path: "/admin-center/billing/configuration"
tags: ["Admin Center"]
---

# Update billing configuration

`PUT /admin-center/billing/configuration`

Update billing configuration. Includes request parameters, authorization expectations, and response details.

## Request body

- BillingConfigurationUpdateRequest
  - `billing_name` string, nullable
  - `billing_email` string, email, nullable
  - `contact_number` string, nullable
  - `billing_address` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `country` string, nullable
  - `postal_code` string, nullable

## Response `200`

Configuration updated

- ServerResponse
  - `done` boolean, required — Indicates if the operation was successful
  - `body` unknown, required
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

---

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