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": "679288ea-de98-49fc-9c7f-606e399a8b51",
"idCliente": "09477d1e-72f6-455c-a4d4-1bf226c015fc",
"idProducto": "87642adc-7c3c-416e-8023-ce10b8840688",
"Nombre": "sample string 4",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"fecNace": "2026-03-25T06:26:54.9652701-04:00",
"Beneficiario": "sample string 8",
"Registro": "sample string 9"
}