POST api/GetPacientes_x_Cliente_x_Pag?idCliente={idCliente}&Ren={Ren}&Pag={Pag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | 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": "ff0b9ef6-1b5b-4b29-a1b2-d64ef0f55c29",
"idFilial": "810e4438-a07d-4740-9dd9-e48ded901f8f",
"idProducto": "937b2116-b1b9-41ff-9f6d-59ad95899c26",
"idPersona": "397785d1-e9eb-4ec7-bed2-25693c3b1c32",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"Nombre": "sample string 7",
"idGenero": "6a723f77-b067-4fc2-a8f9-34a1e142930e",
"fecNace": "2026-05-08T14:15:11.8648881+00:00",
"idLugarNace": "bad40dc7-58b6-41cb-b188-8e78935e4a8e",
"idNacionalidad": "94bb5829-d7a9-4a10-b8b7-0885069d20e8",
"idEstadoCivil": "5f35ae46-6ec0-47b8-addb-3f96f7d96e19",
"CURP": "sample string 13",
"RFC": "sample string 14",
"idReligion": "7aaf3e3d-e96e-4271-bff4-f760a43468be",
"num": 16
}