Buscar plano por ID

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

GET _END_POINT/plano/:ID_PLANO_

{
    "id": String,
    "empresa_id": "String",
    "status": "String",
    "descricao": "String",
    "valor": double,
    "itens": [
        {
            "quantidade": int,
            "servico": {
                "id": "String",
                "nome": "String",
                "descricao": "String",
                "valor": double
            },
            "desconto": double,
            "total": double
        },
        {
            "quantidade": int,
            "servico": {
                "id": "String",
                "nome": "String",
                "descricao": "String",
                "valor": double
            },
            "desconto": double,
            "total": double
        }
    ]
}

s

Path Params
string
required
Defaults to https://_END_POINT

_END_POINT

string
required
Defaults to plano

plano

string
required
Defaults to 74ab44a6adcc574371fb0654d352123424f792b8
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