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": "400a5584-0cc0-4edd-8d0f-adfe0af3a1f8",
"idPersona": "3fcf0fce-2e98-48fd-a4b3-f53ef0236236",
"Paterno": "sample string 3",
"Materno": "sample string 4",
"Nombre": "sample string 5",
"idGenero": "6fdc6775-039d-4878-a742-eaaf700d4560",
"fecNace": "2026-09-03T14:53:41.1655196+00:00",
"idLugarNace": "5520f4be-8b14-4731-bc2f-7cb25b58fefd",
"idNacionalidad": "b5c1d771-612a-4283-b215-b6ee4de0eddc",
"idEstadoCivil": "117f9729-1f0b-4c0b-b294-0f24d8cdd1c4",
"CURP": "sample string 11",
"RFC": "sample string 12",
"idReligion": "27accf28-2c9c-4399-9957-64a6c474f69f",
"num": 14
}