POST api/GetConsultaPac?idPersona={idPersona}&idCliente={idCliente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
Required |
|
| idCliente | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_ConsultaPac| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| idProducto | globally unique identifier |
None. |
|
| Nombre | string |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| fecNace | date |
None. |
|
| Beneficiario | string |
None. |
|
| Registro | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPersona": "d6570bea-1198-40a1-a1df-44816245761a",
"idCliente": "c08c4e9b-9e3c-4b9e-894e-9d854e9a953f",
"idProducto": "e14422a7-0d26-4759-b940-006c0ca936d6",
"Nombre": "sample string 4",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"fecNace": "2026-04-04T14:34:29.7760669-04:00",
"Beneficiario": "sample string 8",
"Registro": "sample string 9"
}