POST api/BuscaPacienteExcel?Nombre={Nombre}&Paterno={Paterno}&Materno={Materno}&idCliente={idCliente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Nombre | string |
Required |
|
| Paterno | string |
Required |
|
| Materno | string |
Required |
|
| idCliente | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_TipoMail| Name | Description | Type | Additional information |
|---|---|---|---|
| idTipoMail | globally unique identifier |
None. |
|
| nomTipoMail | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idTipoMail": "12e0b63d-3b6f-4f9f-858a-e8f7bf9f37bd",
"nomTipoMail": "sample string 2"
}