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": "d9285876-e347-44f6-b8a5-cd992e1e8e80",
"idPersona": "8af79975-c4f1-417d-b31c-c9b161686593",
"Paterno": "sample string 3",
"Materno": "sample string 4",
"Nombre": "sample string 5",
"idGenero": "0e273642-6f12-46f8-9721-a8fe6d5f985d",
"fecNace": "2026-07-10T14:11:14.2686647+00:00",
"idLugarNace": "7b95d87b-5aa0-4f69-b90c-a2185f341d3a",
"idNacionalidad": "94e6f6e1-d1b4-4d35-affc-2540d8852317",
"idEstadoCivil": "408de5e8-0135-47f8-9122-7281b13894db",
"CURP": "sample string 11",
"RFC": "sample string 12",
"idReligion": "86fe6626-17ed-471b-aec4-f01c6e7f6093",
"num": 14
}