---
title: "Update tenant billing configurations."
method: POST
path: "/tenant/billing"
tags: ["Billing"]
---

# Update tenant billing configurations.

`POST /tenant/billing`

Update tenant billing configurations.

## Request body

- object
  - `enabled` boolean — Enable call billing or not.
  - `account` 'TENANT' | 'USER' — The billing account: Can be either: - `TENANT`: Use company account for billing. - `USER`: Use private user account for billing.
  - `type` 'OFFLINE' | 'ONLINE' — The billing type: Can be either: - `OFFLINE`: Use offline charging for billing. - `ONLINE`: Use online charging for billing.

## Response `200`

OK

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
