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": "5cb2dcf4-5f3c-4b80-9655-059a91aebfa2",
"idFilial": "5c817070-b61c-4d41-aca1-7b86f8b3f13c",
"idProducto": "3bb7b8af-498b-4c94-83b6-5a2fc86aa4a0",
"idPersona": "59697a22-edde-4dab-ac4b-4d5aee0d4494",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"Nombre": "sample string 7",
"idGenero": "bce86887-2141-4d10-a964-9aebf82b8d42",
"fecNace": "2026-09-03T14:53:22.3986985+00:00",
"idLugarNace": "8056233d-6959-4b1f-bf88-4d58b70db2e3",
"idNacionalidad": "e79da6a2-7496-43d0-a9c0-60569b02cc43",
"idEstadoCivil": "03c90173-92a4-4f21-91e8-b4c54ef1f735",
"CURP": "sample string 13",
"RFC": "sample string 14",
"idReligion": "207536d5-7e32-4346-a7f9-65906990b2a2",
"num": 16
}