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": "0adc74e7-3a71-4592-8788-7645eaae388b",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "af04299d-1ffb-48ba-aa8c-cb606b05ea71",
"fecNace": "2026-09-03T14:53:40.868672+00:00",
"idLugarNace": "4d029088-5a2f-4031-a5a7-791ed94be085",
"idNacionalidad": "9f530234-ce3e-4a11-8f4a-c9923662995e",
"idEstadoCivil": "f84b2d2c-7e69-45ca-82fb-d1d4d500fdfe",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "01ee57dd-9786-4e4c-b702-f5e993af7b03"
},
{
"$ref": "2"
}
]