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": "8b46851d-f319-4bb5-803b-4727ae26f1a7",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "d290f57b-9a10-4684-b653-6523e9ac36f1",
"fecNace": "2026-05-08T14:12:26.0045425+00:00",
"idLugarNace": "76abb3bf-b71b-436b-9e67-fb6cbf13a0f2",
"idNacionalidad": "831c6077-3bf6-4cd4-bb20-0cfe6701bec9",
"idEstadoCivil": "b313e15c-5a4c-4d5a-993f-bc8a565c56de",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "4dfac9f6-fec3-4050-98fa-8f5e5c353427",
"nomLugarNace": "sample string 13",
"Nacionalidad": "sample string 14",
"Genero": "sample string 15",
"EstadoCivil": "sample string 16",
"nomReligion": "sample string 17"
}