POST END_POINT/plano

{
    "status":"String",
    "descricao":"String",
    "valor":double,
    "empresa_id":"String",
    "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
        }
    ]
  
  }
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!