---
title: "Update billing info"
method: PUT
path: "/tenants/{tenant_id}/billing/info"
tags: ["Billing"]
---

# Update billing info

`PUT /tenants/{tenant_id}/billing/info`

Updates the tenant billing recipient profile used for invoicing.

## Path parameters

- `tenant_id` integer, required

## Request body

- UpdateBillingInfo
  - `address` string, nullable
  - `city` string, nullable
  - `company` string, nullable
  - `country` string, nullable
  - `email` string, nullable
  - `name` string, nullable
  - `phone` string, nullable
  - `postal_code` string, nullable
  - `state` string, nullable
  - `tax_id` string, nullable

## Response `204`

Billing info updated

---

[API](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api.md) · [All operations](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laserdata/laserdata-cloud-core-api/revisions/db81a447bba9/schema)
