POST api/GetPersona_x_CURP?CURP={CURP}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CURP | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPersona_x_CURP_Result| 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. |
|
| idReligión | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idPersona": "2f6c1fb8-833b-4d31-9ea6-532bb98ac86e",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "d690436a-c791-46ba-9fd6-a2d8c83100cc",
"fecNace": "2026-08-12T14:54:17.0719528+00:00",
"idLugarNace": "02a00b32-abe8-420a-8264-6d0de50b45db",
"idNacionalidad": "a02578a1-7606-4f38-932a-83b73afddfd8",
"idEstadoCivil": "92ce1d4a-a23c-4850-8406-d86b12ba9a36",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "637b06d0-8245-4cc7-8228-c24302f05970"
},
{
"$ref": "2"
}
]