Prestadores

Retorna um prestador por ID

get/prestador/{id}

Path parameters

idinteger required

Response

Prestador encontrado

statusinteger
errorsstring[]

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.