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": "2de1bd71-0798-4ba3-8e17-cca3ea267c67",
"idPersona": "d419eff5-0369-494a-99a8-15fec40bfe71",
"Paterno": "sample string 3",
"Materno": "sample string 4",
"Nombre": "sample string 5",
"idGenero": "404bdd13-2968-46c3-929a-cf1edf1dbb18",
"fecNace": "2026-03-21T01:52:12.7136803-04:00",
"idLugarNace": "efb8e178-ec28-4791-8a8a-4471fc0f59a7",
"idNacionalidad": "efabd162-9782-43f6-a025-4c9f9db742bc",
"idEstadoCivil": "eaac2caa-c752-4545-a380-25bf1e1b9fd9",
"CURP": "sample string 11",
"RFC": "sample string 12",
"idReligion": "ee635df8-2930-497f-bc7e-c4df9d0228c8",
"num": 14
}