POST api/BuscaPaciente_x_idCliente?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": "6053cd0e-5623-4137-a529-e69d72857edc",
"nomTipoMail": "sample string 2"
}