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": "b05f2b77-c0f0-488a-89c7-03db6b6b4f72",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "bb92132e-02b4-44c2-b175-cf529687ea44",
"fecNace": "2026-07-10T14:07:32.576587+00:00",
"idLugarNace": "b100ad8e-670a-4c30-9c2d-5b8a3a8b7779",
"idNacionalidad": "72d7dc53-02e3-4b07-b1d6-78db1dca1d2e",
"idEstadoCivil": "8dbd9663-0850-4a0a-85a9-c75da6802060",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "9b29c995-ddf9-4b86-97cb-2297797b71f1",
"nomLugarNace": "sample string 13",
"Nacionalidad": "sample string 14",
"Genero": "sample string 15",
"EstadoCivil": "sample string 16",
"nomReligion": "sample string 17"
}