POST api/BuscarPaciente_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": "e864cd68-4af7-4b28-9e93-df43e8f0d863",
"nomTipoMail": "sample string 2"
}