POST api/GetPacientes_x_Filial_x_Pag?idFilial={idFilial}&Ren={Ren}&Pag={Pag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idFilial | 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": "d3c3f2d8-438f-44fb-8ede-649e50011cbc",
"idFilial": "b52da34f-a19b-45c4-a5c4-a1f61d42a1a5",
"idProducto": "ce1883a4-1b65-48cc-bab9-148c933cf6dc",
"idPersona": "31e09179-fd85-4f5d-8026-4a4e702e8ce0",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"Nombre": "sample string 7",
"idGenero": "327e085b-fdc0-4bf9-b4b1-d9129c6d6996",
"fecNace": "2026-03-22T12:59:24.6140729-04:00",
"idLugarNace": "2f5f7699-3545-428b-8602-c0637cab1e68",
"idNacionalidad": "a0731678-19d1-4aba-a9ed-d7a2b8645153",
"idEstadoCivil": "830906ce-9248-444c-a49d-f147aedcc78a",
"CURP": "sample string 13",
"RFC": "sample string 14",
"idReligion": "4c8272f4-7e29-4413-84d9-557e79d35049",
"num": 16
}