POST api/GetPersonas_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_DatosDHxCliente| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | 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": "5b4adfc6-309b-40e8-a639-c0ec52bf2765",
"idPersona": "b7d9474c-7a4b-491d-a03b-9ef71b8f567b",
"Paterno": "sample string 3",
"Materno": "sample string 4",
"Nombre": "sample string 5",
"idGenero": "2c9d168a-9d26-46d2-8528-dd67f36cd094",
"fecNace": "2026-04-04T14:30:20.5980783-04:00",
"idLugarNace": "1430f22e-6821-47f3-8df4-70ce94ddb6e4",
"idNacionalidad": "5b77eac0-4401-44ae-8d7c-619c6f6d45c8",
"idEstadoCivil": "07471e74-4f0b-4acc-9621-f1329fdc10cb",
"CURP": "sample string 11",
"RFC": "sample string 12",
"idReligion": "09db08ab-1bad-4c0b-a7ff-71091dea242d",
"num": 14
}