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": "6812076f-04eb-4763-b740-37dc83509dcc",
"idPersona": "79fd54b7-0ede-4a02-99a3-ac292f7852a2",
"Paterno": "sample string 3",
"Materno": "sample string 4",
"Nombre": "sample string 5",
"idGenero": "fa6563f5-0fb5-4648-8aa5-81a557f0baeb",
"fecNace": "2026-03-21T02:19:15.0101193-04:00",
"idLugarNace": "1ab64f21-16a3-4b0b-a40a-8317589ed568",
"idNacionalidad": "2fba534e-abc3-4612-a335-954e53c5251c",
"idEstadoCivil": "ad01ae98-4d7f-4b9c-b4a3-1c706d95b762",
"CURP": "sample string 11",
"RFC": "sample string 12",
"idReligion": "ebea6f93-a5c1-4e92-84f5-aafb810fa69f",
"num": 14
}