Skip to main content
PUT
Update Instance Billing Mode

Cabeçalhos

Content-Type
string
obrigatório

Allowed value: application/json.

Authorization
string
obrigatório

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

Parâmetros de caminho

instance_id
string
obrigatório

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

Corpo

application/json
type
enum<string>
obrigatório

Target billing mode. Allowed values: prepaid, postpaid.

Opções disponíveis:
prepaid,
postpaid
Exemplo:

"prepaid"

months
integer

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

Exemplo:

1

Resposta

200 - application/json

OK

The response is of type object.

Última modificação em 10 de agosto de 2026