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": "82239c98-6742-44d1-8abc-d2d62a73ee86",
"idFilial": "84134d05-2c3e-45a2-928b-2e570d37d46f",
"idProducto": "821f6855-e3d3-4891-927c-38a04dcba9da",
"idPersona": "65dfc2d1-5773-441f-b421-1b9b844cc223",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"Nombre": "sample string 7",
"idGenero": "b021182a-03b2-4d4e-bacd-c6cf6f40d880",
"fecNace": "2026-03-21T02:15:21.3775328-04:00",
"idLugarNace": "5accec9e-986f-4f5e-8e3f-2854c60776de",
"idNacionalidad": "57c18129-ebc6-4277-89e4-32c42b2f004c",
"idEstadoCivil": "c8e169e8-f4ef-4a0c-a616-1afc1d81b673",
"CURP": "sample string 13",
"RFC": "sample string 14",
"idReligion": "f20d7948-aa9d-4fed-8569-9a4fe3a4e8da",
"num": 16
}