POST api/GetDatosGralDH?idPersona={idPersona}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_DatosGralDH| Name | Description | Type | Additional information |
|---|---|---|---|
| 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. |
|
| nomLugarNace | string |
None. |
|
| Nacionalidad | string |
None. |
|
| Genero | string |
None. |
|
| EstadoCivil | string |
None. |
|
| nomReligion | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPersona": "2f71a89d-5f19-4c08-acc8-12f1eaf13cbc",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "14218a01-e788-4c41-aef8-fdc26b5033dc",
"fecNace": "2026-03-21T01:48:37.3114027-04:00",
"idLugarNace": "b20e5504-6701-478d-8d00-e0003d672376",
"idNacionalidad": "a666c50b-a0a6-4dd9-8488-fdccae860370",
"idEstadoCivil": "c21276cd-9f34-436e-95ae-ffbfb5e7bb7c",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "564b972b-3a42-4eea-8ea8-5513a26e8fd1",
"nomLugarNace": "sample string 13",
"Nacionalidad": "sample string 14",
"Genero": "sample string 15",
"EstadoCivil": "sample string 16",
"nomReligion": "sample string 17"
}