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": "356b647e-a5b9-4457-8ec6-45779a53a54d",
"idFilial": "40c743dd-9094-476b-969a-ea4f2b1bae32",
"idProducto": "4b896d72-fede-47eb-aed0-9f06e85ba61d",
"idPersona": "abbba6fe-926a-4b06-bbcc-e2ce83f2abac",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"Nombre": "sample string 7",
"idGenero": "7596688b-af4e-49aa-afd8-ed76ca0c5368",
"fecNace": "2026-05-08T14:17:38.2932291+00:00",
"idLugarNace": "1ad9c294-3a7b-4a38-95d6-5e5b6fb3f3b0",
"idNacionalidad": "ea32cf13-a0a3-49cd-a12c-0aaf4e68e4cd",
"idEstadoCivil": "380ee568-128a-4ef2-bfb7-6122e2caf539",
"CURP": "sample string 13",
"RFC": "sample string 14",
"idReligion": "966f9cad-25ed-4efd-ba3a-7a56f11d1efb",
"num": 16
}