Skip to main content
PUT
Update Instance Billing Mode

Encabezados

Content-Type
string
requerido

Allowed value: application/json.

Authorization
string
requerido

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Parámetros de ruta

instance_id
string
requerido

Instance ID. String, length: 1-255 characters.

Cuerpo

application/json
type
enum<string>
requerido

Target billing mode. Allowed values: prepaid, postpaid.

Opciones disponibles:
prepaid,
postpaid
Ejemplo:

"prepaid"

months
integer

Required when type=prepaid. Subscription length in months. Used when type=prepaid. Integer, value > 0.

Ejemplo:

1

Respuesta

200 - application/json

OK

The response is of type object.

Última modificación el 10 de agosto de 2026