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": "76a3e02b-70f1-45e2-a297-723d896d38fd",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "a411df41-e8e1-4e7e-9914-de627e864fd7",
"fecNace": "2026-04-04T14:33:26.9549271-04:00",
"idLugarNace": "34890eff-fd89-401a-9fe0-729aa165e608",
"idNacionalidad": "40298be2-ea6a-4e95-9765-0cea1e60bc4b",
"idEstadoCivil": "54fa5b43-0cbc-4963-97bf-72e0fe8bb120",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "889c4568-2f76-4eeb-bc19-af475f771560",
"nomLugarNace": "sample string 13",
"Nacionalidad": "sample string 14",
"Genero": "sample string 15",
"EstadoCivil": "sample string 16",
"nomReligion": "sample string 17"
}