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": "15a28341-3706-4450-b4cd-b43a2288f4d3",
"idFilial": "c27c9005-56bf-4a2b-97ab-332cb41c6651",
"idProducto": "28a2d368-da28-40d8-9f0f-ce90bde7ebbb",
"idPersona": "b6277ea0-8c7f-4d71-99ee-e4b59c83818c",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"Nombre": "sample string 7",
"idGenero": "449ac3af-dd01-46b3-bbda-cc872a271a66",
"fecNace": "2026-06-18T03:38:46.2774258+00:00",
"idLugarNace": "a79b4edc-520b-4193-893d-bce060cf8d4c",
"idNacionalidad": "3d588269-5366-4b78-86d6-4d7553c2a30a",
"idEstadoCivil": "7bf2ba86-65d6-4142-b2ef-22076c1bbd38",
"CURP": "sample string 13",
"RFC": "sample string 14",
"idReligion": "9f8e2d3a-2b63-4920-8628-50a8ac608d49",
"num": 16
}