get https://sandbox.sistematize.me:8443/api/v1/plano/:ID_PLANO
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