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": "c667d8ba-0787-451a-9014-3b0b7afedb7a",
"idFilial": "d3b0bf78-ca4a-4bc4-a6c0-ee243afd48ac",
"idProducto": "a06ecf8b-e94a-4055-97f6-e09b19c4745c",
"idPersona": "2b7bf3da-0382-47d8-bc8a-8690055e562a",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"Nombre": "sample string 7",
"idGenero": "e3bff6a2-e152-4e9d-a05f-ef50e1ac4089",
"fecNace": "2026-09-03T14:54:53.777333+00:00",
"idLugarNace": "094249dc-3676-4c33-9bc1-461c65ac145b",
"idNacionalidad": "1f7cd0b5-8fb3-436b-98cc-a55808949272",
"idEstadoCivil": "2f65455e-1942-4f61-a826-f9f965913d42",
"CURP": "sample string 13",
"RFC": "sample string 14",
"idReligion": "e85a0708-cbc1-4e01-a465-c470fd937832",
"num": 16
}