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": "edfa6d19-7baa-4a97-823b-65697a352e62",
"idFilial": "b52bd36f-b3d8-4b91-ae64-bd970f85bfb2",
"idProducto": "6104b88d-a19c-4b9e-9b0a-920521c95437",
"idPersona": "1d35728c-9dc6-44a9-9d59-65e61eed7d2a",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"Nombre": "sample string 7",
"idGenero": "f392eac9-4f93-4276-bd06-5bef1ed506ee",
"fecNace": "2026-03-13T20:38:43.8642683+00:00",
"idLugarNace": "0534c316-e714-4915-ae54-7c57b51ce23e",
"idNacionalidad": "64d09103-54cb-4869-82a9-2c146b0901ef",
"idEstadoCivil": "e123dff9-2cb0-4c08-837e-d6e011452276",
"CURP": "sample string 13",
"RFC": "sample string 14",
"idReligion": "02d44672-ad2f-4e50-857b-d91c63c127dd",
"num": 16
}