Billing

Retrieve tenant billing configurations.

get

Retrieve details of tenant billing configurations.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
get
/tenant/billing

Update tenant billing configurations.

post

Update tenant billing configurations.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
enabledbooleanOptional

Enable call billing or not.

Default: false
accountstring · enumOptional

The billing account:
Can be either:

  • TENANT: Use company account for billing.
  • USER: Use private user account for billing.
Default: TENANTPossible values:
typestring · enumOptional

The billing type:
Can be either:

  • OFFLINE: Use offline charging for billing.
  • ONLINE: Use online charging for billing.
Default: OFFLINEPossible values:
Responses
200

OK

No content

post
/tenant/billing

No content