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": "92f675fd-6030-425b-9516-e441f50c9545",
"nomTipoMail": "sample string 2"
}