A list of all registered clinic networks registered in the system
Unable to return a list of all registered clinic networks due to validation error
No registered clinic networks registered in the system was found
[- {
- "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
}
}
]
Add a new network of clinics
Unable to add a new network of clinics due to validation error
{- "name": "DENTISTA MAIS"
}
{- "id": "12345bc5-cbad-49af-8095-c6b123e1234w",
- "name": "Mendes Odontologia",
- "totalClinics": 0,
- "admin": null,
- "advisor": null
}
Return a network registered in the system
Unable to return a network due to validation error
No network registered with this id in the system was found
{- "id": "12345bc5-cbad-49af-8095-c6b123e1234w",
- "name": "Mendes Odontologia",
- "totalClinics": 0,
- "admin": null,
- "advisor": null
}
Update the data of a network in the system
Unable to update he data of a network due to validation error
{- "name": "DENTISTA MAIS"
}
{- "id": "12345bc5-cbad-49af-8095-c6b123e1234w",
- "name": "Mendes Odontologia",
- "totalClinics": 0,
- "admin": null,
- "advisor": null
}