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": "740e6750-8e39-4627-8a64-5f90df29e542",
"idCliente": "f6d57e75-d42b-475d-8c77-36caa5a32b34",
"idProducto": "88eac8f4-911c-40c9-b8fc-a78b7d3ae22d",
"Nombre": "sample string 4",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"fecNace": "2026-03-21T02:13:14.594119-04:00",
"Beneficiario": "sample string 8",
"Registro": "sample string 9"
}