get https://sandbox.sistematize.me:8443/api/v1/empresa/socio/:ID_SOCIO
Se deseja buscar o Sócio da Empresa pelo ID
dele, utilize o GET abaixo :
GET END_POINT/empresa/socio/:ID_SOCIO
{
"id": "String",
"empresa_id": "String",
"tipo": "String",
"nome": "String",
"cpf": "String",
"email": "String",
"telefone_celular": "String",
"cep": "String",
"endereco": "String",
"numero": "String",
"bairro": "String",
"cidade": "String",
"uf": "String",
"data_nascimento": "String",
"nome_mae": "String",
"renda_mensal": double,
"administrador": boolean,
"percentual": int,
"pep": boolean,
"codigo_ocupacao": "String",
"documentos": [
{
"tipo": "String",
"nome": "String",
"url": "String",
"full_path": "String"
},
{
"tipo": "String",
"nome": "String",
"url": "String",
"full_path": "String"
}
]
}