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": "e187c6f4-0275-4c76-9a04-3cd1518fd7eb",
"idFilial": "5f5c1030-5f56-473b-98d5-36620ada7183",
"idProducto": "b956f982-b108-4478-9f94-d68d8454a1e7",
"idPersona": "12dac27c-c5aa-47cf-b4e8-03b56a65e481",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"Nombre": "sample string 7",
"idGenero": "5ed3d7c1-ecfb-4bb4-9f8d-1988ed1c33e2",
"fecNace": "2026-04-04T11:50:44.2136656-04:00",
"idLugarNace": "52b0e4a7-41d2-4b70-afe7-c1871666e473",
"idNacionalidad": "30af06db-09d8-442f-b73c-70395cd7958d",
"idEstadoCivil": "7cd802ea-f306-45ac-8c51-27a2725bbd79",
"CURP": "sample string 13",
"RFC": "sample string 14",
"idReligion": "e7638698-16d6-48c8-a21a-964b70e0e2d3",
"num": 16
}