POST api/GetPacientes_x_Cliente_x_Pag?idCliente={idCliente}&Ren={Ren}&Pag={Pag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
Required |
|
| Ren | integer |
Required |
|
| Pag | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_DatosPacientexFilial| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
None. |
|
| idFilial | globally unique identifier |
None. |
|
| idProducto | globally unique identifier |
None. |
|
| idPersona | globally unique identifier |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| Nombre | string |
None. |
|
| idGenero | globally unique identifier |
None. |
|
| fecNace | date |
None. |
|
| idLugarNace | globally unique identifier |
None. |
|
| idNacionalidad | globally unique identifier |
None. |
|
| idEstadoCivil | globally unique identifier |
None. |
|
| CURP | string |
None. |
|
| RFC | string |
None. |
|
| idReligion | globally unique identifier |
None. |
|
| num | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idCliente": "3d3ac247-8785-4fcf-85c6-3e5e4450f85a",
"idFilial": "ea5d0ca2-203b-4a32-a0eb-4edadbdcaf31",
"idProducto": "b2f83daa-ebad-403f-8bf6-ae7f46ad53a2",
"idPersona": "0c5392bf-0753-41b6-8e3d-6ac3e171fa99",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"Nombre": "sample string 7",
"idGenero": "4dfbf8a2-b4ac-4a72-abfa-dadefa0d0dc7",
"fecNace": "2026-06-18T03:36:28.9176243+00:00",
"idLugarNace": "18525fc7-7972-4e03-965b-445d77e08e12",
"idNacionalidad": "559c8acb-34d4-45cb-9ef9-cb0d4dd7453f",
"idEstadoCivil": "d0b304c2-b76d-4b66-9471-c5fef843261c",
"CURP": "sample string 13",
"RFC": "sample string 14",
"idReligion": "ac29df1c-1b8a-49a1-8d20-14917357b4e9",
"num": 16
}