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": "5a41dd47-c333-49bb-be90-ac3545026139",
"idCliente": "377fb1b9-38ef-4bef-98cd-b09b983248e0",
"idProducto": "6ac7b503-b0e7-475d-84b9-d22f2ee2c165",
"Nombre": "sample string 4",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"fecNace": "2026-03-13T20:25:49.1358287+00:00",
"Beneficiario": "sample string 8",
"Registro": "sample string 9"
}