Atualizar Plano

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

PUT END_POINT/plano

{
    "id": String,
    "status": "String",
    "descricao": "String",
    "valor": double,
    "itens": [
        {
            "quantidade": String,
            "servico": {
                "id": "String",
                "nome": "String",
                "descricao": "String",
                "valor": double
            },
            "desconto": double,
            "total": double
        },
        {
            "quantidade": String,
            "servico": {
                "id": "String",
                "nome": "String",
                "descricao": "String",
                "valor": double
            },
            "desconto": double,
            "total": double
        }
    ]
}
Path Params
string
required
Defaults to END_POINT
string
required
Defaults to plano
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json