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": "9140b64c-d570-4230-85ca-ce15434a4e22",
"idCliente": "5a22e0cf-889a-4f7f-a441-ca16085e404c",
"idProducto": "919a6da0-d541-4ec6-b85f-ee6aa20974fd",
"Nombre": "sample string 4",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"fecNace": "2026-06-18T03:17:43.8325357+00:00",
"Beneficiario": "sample string 8",
"Registro": "sample string 9"
}