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": "c2a1499c-b684-4b65-a327-3f7428c9a36b",
"idFilial": "08224514-5609-4e40-9972-f56a284ba99b",
"idProducto": "c70150bf-8dac-4e0d-9589-9cef067118ae",
"idPersona": "ca722a35-308c-4cb4-9ab5-8b7b3f87b91b",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"Nombre": "sample string 7",
"idGenero": "da1b952b-a99c-4c23-ad7a-d26822ca059e",
"fecNace": "2026-03-21T02:18:08.8919577-04:00",
"idLugarNace": "ec51f8ba-f69c-4eef-b2d1-caca791beb68",
"idNacionalidad": "3a4cde93-6cbe-4a6b-98d2-b140691fea06",
"idEstadoCivil": "9dda5b38-c0dc-458c-962c-da9f1d9e8442",
"CURP": "sample string 13",
"RFC": "sample string 14",
"idReligion": "ba0ec5b0-9428-4742-9292-e2889d5dd084",
"num": 16
}