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": "931a79fc-fc6a-44d9-90c8-4199c2040872",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "237030cc-efd8-47d2-94d1-54f33abc538f",
"fecNace": "2026-06-18T03:21:33.3980342+00:00",
"idLugarNace": "2c007827-a44e-443e-90e1-90393bc661de",
"idNacionalidad": "ae96f16f-ae4c-47ed-951d-0fe1d57bf6bf",
"idEstadoCivil": "2b85feab-b140-4928-9578-b795dbeb5797",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "348d1097-5a85-4e12-a44a-18c3fd6cfcf3"
},
{
"$ref": "2"
}
]