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": "3140fff1-38c8-4566-8485-309f69a705a9",
"idFilial": "7e8fb0dc-2be9-4e35-a743-48fda979c91e",
"idProducto": "7fad7cbe-4dff-4f34-b88d-af8853132f2b",
"idPersona": "74a07cd4-7e4f-4e0f-ab41-14821fde3348",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"Nombre": "sample string 7",
"idGenero": "93467195-ff54-478e-8d79-f64cc6b4a3f8",
"fecNace": "2026-08-12T14:54:36.4007235+00:00",
"idLugarNace": "902b2317-2477-40da-900b-f4a47c680a87",
"idNacionalidad": "f672cc6a-8381-4e0f-b9ec-7e86586906f7",
"idEstadoCivil": "65814ef7-0a40-4b11-8dad-0cc8b24c151f",
"CURP": "sample string 13",
"RFC": "sample string 14",
"idReligion": "b274b6f0-bc67-4a3c-b957-6e252650f9a3",
"num": 16
}