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": "0c5903ec-3d4c-40bf-ba0a-b01ef90468a9",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "e7571f80-8811-422d-83b3-ad1885418fd9",
"fecNace": "2026-05-08T14:16:30.975347+00:00",
"idLugarNace": "802490d3-8f68-482c-9eff-ee16768c856a",
"idNacionalidad": "8cff95ad-d0cc-4f73-b0b6-9831730b4b58",
"idEstadoCivil": "583d8339-17c2-4815-82fd-5b587517382d",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "bb6df9f5-5960-4ce6-bbfa-c715c979047d"
},
{
"$ref": "2"
}
]