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": "817bd1cc-8f82-4d79-9766-24d2095b17ba",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "4717d904-628f-40de-92c8-30d6c285fa5b",
"fecNace": "2026-06-18T03:14:23.3469212+00:00",
"idLugarNace": "47c4abb8-5e16-49d5-9a8d-d9365955f9d2",
"idNacionalidad": "dd9b0558-d80f-4087-b13e-8800d64d7d6b",
"idEstadoCivil": "a4c51a02-2891-4e88-b842-3750281b3f29",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "dd400d54-f65a-4f93-b11f-31fe3dfc1e92",
"nomLugarNace": "sample string 13",
"Nacionalidad": "sample string 14",
"Genero": "sample string 15",
"EstadoCivil": "sample string 16",
"nomReligion": "sample string 17"
}