para buscar o plano pelo ID da empresa

GET END_POINT/plano/empresa/:ID_EMPRESA

[
    {
        "id": String,
        "empresa_id": "String",
        "status": "String",
        "descricao": "String",
        "valor": double
    },
    {
        "id": 2,
        "empresa_id": "String",
        "status": "String",
        "descricao": "String",
        "valor": double
    }
]
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!