Prestadores
Atualiza um prestador
put/prestador/{id}
Path parameters
idinteger required
Request body
Example request
{
"cnpj": "12345678000199",
"nome": "Hospital Exemplo"
}Response
Prestador atualizado
Example response
{
"status": 200,
"response": {
"id": 12,
"cnpj": "12345678000199",
"nome": "Hospital Exemplo",
"id_operadora": 1
},
"errors": []
}Changes
No recorded changes to this endpoint across all 1 revision of this API.