update a clinic
Unable to update a clinic due to validation error
No clinic registered with this id in the system was found
{- "tradingName": "string",
- "companyName": "string",
- "email": "string",
- "financeEmail": "string",
- "phoneNumber": "string",
- "cellPhoneNumber": "string",
- "monthlyPayment": 0,
- "clinicTypeId": 0
}
{- "id": 1,
- "tradingName": "Dentista Mais",
- "companyName": "Dentista Mais",
- "cnpj": "12.932.545/0001-15",
- "email": "dentista@email.com",
- "financeEmail": null,
- "code": "DR15",
- "phoneNumber": "(61) 3827-2938",
- "operatingFee": 0
}
A list of all clinics registered in the system
Unable to return a list of all clinics due to validation error
No clinics registered in the system was found
[- {
- "id": 0,
- "tradingName": "string",
- "companyName": "string",
- "cpfCnpj": "string",
- "email": "string",
- "financeEmail": "string",
- "code": "string",
- "phoneNumber": "string",
- "cellPhoneNumber": "string",
- "monthlyPayment": 0,
- "isPrivacyPolicyAccepted": true,
- "operatingFee": "string",
- "isActive": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "network": {
- "id": "string",
- "name": "string",
- "totalClinics": 0,
- "admin": {
- "id": "string",
- "name": "string",
- "cpf": "string",
- "userName": "string",
- "email": "string",
- "phoneNumber": "string",
- "birthdate": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "isActive": true
}, - "advisor": {
- "id": "string",
- "name": "string",
- "cpf": "string",
- "userName": "string",
- "email": "string",
- "phoneNumber": "string",
- "birthdate": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "isActive": true
}
}, - "address": {
- "id": 0,
- "country": "string",
- "zipCode": "string",
- "state": "string",
- "city": "string",
- "neighborhood": "string",
- "street": "string",
- "number": "string",
- "complement": "string",
- "latitude": 0,
- "longitude": 0,
- "propertyType": {
- "id": 0,
- "type": "string"
}
}, - "bankData": {
- "id": 0,
- "agency": "string",
- "account": "string",
- "digit": "string",
- "bank": {
- "id": 0,
- "name": "string",
- "code": 0
}
}, - "clinicType": {
- "id": 0,
- "type": "string"
}, - "clinicFlag": {
- "id": 0,
- "type": "string",
- "productionCode": {
- "id": 0,
- "code": "string"
}
}, - "clinicTier": {
- "id": 0,
- "type": "string",
- "productionCodes": [
- {
- "id": 0,
- "code": "string"
}
]
}
}
]
Retorna mensagem informando que o cnpj já existe
Erro ao verificar cnpj
cnpj não existe no banco de dados
{- "cnpj": "string"
}
{- "id": 0,
- "cnpj": "string",
- "exists": true
}
clínica registrada Termos aceitos
Não foi possível registrar a clínica. Termos aceitos para a clínica
Not Found
[- {
- "name": "string",
- "link": "string"
}
]
true
Adicionar uma nova clínica
Não foi possível adicionar uma clínica devido a um erro de validação
Nenhuma rede cadastrada com este id no sistema foi encontrada
{- "tradingName": "Ortopedia Mais",
- "companyName": "Ortopedia Mais",
- "cpfCnpj": "12.456.378/0001-22",
- "email": "dentista@email.com",
- "financeEmail": "dentista@financeiro.com",
- "phoneNumber": "(61) 3271-2847",
- "cellPhoneNumber": "(61) 9 8164-2847",
- "monthlyPayment": 100,
- "clinicTypeId": 1,
- "address": {
- "country": "Brasil",
- "state": "MG",
- "city": "Unaí",
- "neighborhood": "Divineia",
- "street": "Av. Governador valadares",
- "number": "123",
- "zipCode": "12345-678",
- "propertyTypeId": 1,
- "complement": "ap 9"
}, - "bankData": {
- "bankId": 1,
- "agency": "1234",
- "account": "12345",
- "digit": "1"
}
}
{- "id": 1,
- "tradingName": "Dentista Mais",
- "companyName": "Dentista Mais",
- "cpfCnpj": "123.456.789-01",
- "email": "dentista@email.com",
- "financeEmail": null,
- "code": "DR15",
- "phoneNumber": "(61) 3827-2938",
- "cellPhoneNumber": null,
- "monthlyPayment": 0,
- "isPrivacyPolicyAccepted": false,
- "operatingFee": null,
- "isActive": false,
- "createdAt": "0001-01-01T00:00:00",
- "network": {
- "id": "5",
- "name": "Dentista Mais",
- "totalClinics": 0,
- "admin": null,
- "advisor": null
}, - "address": {
- "id": 1,
- "country": "Brasil",
- "zipCode": "12345-678",
- "state": "MG",
- "city": "Unaí",
- "neighborhood": "Divineia",
- "street": "Av. Governador valadares",
- "number": "123",
- "complement": "ap 9",
- "latitude": 0,
- "longitude": 0,
- "distance": 0,
- "propertyType": {
- "id": 3,
- "type": "Financiado"
}
}, - "bankData": {
- "id": 1,
- "agency": "4289",
- "account": "10853-3",
- "digit": null,
- "bank": {
- "id": 4,
- "name": "Banco Itaú Unibanco S.A.",
- "code": 341
}
}, - "clinicType": {
- "id": 2,
- "type": "Odontologia"
}, - "clinicFlag": null,
- "clinicTier": null,
- "clinicStatusType": null,
- "clinicSubStatusType": null,
- "hasRebate": false,
- "minFinancingValue": 0,
- "features": null,
- "financedAmmount": 0,
- "helperResponse": null,
- "clinicBusinessPartner": null,
- "clinicPaymentMonthlies": null,
- "bvRegistrationStatusType": null,
- "isRegressiveRate": false,
- "contractSubmissionDate": null,
- "membershipPaymentDate": null,
- "activationDate": null,
- "registrationSubmissionToBVDate": null,
- "bvRegistrationProtocol": null,
- "platformMonthlySubscription": 0,
- "dosIssueInvoice": false,
- "clinicResponsibleForIssuingInvoice": null,
- "registrationAnalyst": null,
- "drCashProduct": null,
- "financingParameters": null
}
Uma lista de todos os tipos de clínicas cadastradas no sistema
Não foi possível retornar uma lista de todos os tipos de clínica devido a um erro de validação
Não foi encontrado nenhum tipo de clínica cadastrada no sistema
[- {
- "id": 0,
- "type": "string"
}
]