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": "394f6e72-62ca-42c0-a805-e1f73a405b8e",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "206d82d1-eb5c-4a6a-a2a5-8c3abd817028",
"fecNace": "2026-09-03T14:49:50.9904584+00:00",
"idLugarNace": "9b675150-bed5-43ae-955a-a075c579c00f",
"idNacionalidad": "97f1122e-d5e1-477a-aa5a-1a5ce7fcf546",
"idEstadoCivil": "12cfb28d-b2d1-493b-85bb-401d01da9713",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "342ef74d-9de4-428d-8833-b44cadca55b7",
"nomLugarNace": "sample string 13",
"Nacionalidad": "sample string 14",
"Genero": "sample string 15",
"EstadoCivil": "sample string 16",
"nomReligion": "sample string 17"
}