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": "ddb9a4a7-2d5f-473e-84c1-57687ea1191e",
"idFilial": "55bc5fd0-8100-4326-b5ef-a7166ea24a2b",
"idProducto": "cac86623-a715-4278-aa58-112f1e05a1df",
"idPersona": "02235fa4-090d-42a2-9c7a-51f930843986",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"Nombre": "sample string 7",
"idGenero": "05535994-df2a-4088-9226-95919218ba22",
"fecNace": "2026-04-04T11:52:49.3557019-04:00",
"idLugarNace": "2c166b05-1f95-4fcd-b2d3-2b0480e75166",
"idNacionalidad": "ea9c8ec2-5cad-4b81-b7c7-4a085773affb",
"idEstadoCivil": "6661d121-9e6e-4eb3-a4ad-7598e941d193",
"CURP": "sample string 13",
"RFC": "sample string 14",
"idReligion": "8b8b9ef8-2c9b-45f8-97cf-4b25c3691b8d",
"num": 16
}