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": "aeb20e21-007c-46e3-836a-e4375dec90fa",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "1d21a20f-5d00-448d-95fd-d6446ad851b0",
"fecNace": "2026-03-13T20:28:44.7465708+00:00",
"idLugarNace": "5b61989d-c031-4998-8199-af3b5e7252a4",
"idNacionalidad": "aba5d609-c0f0-41ca-a77e-490c5ce73e1c",
"idEstadoCivil": "1ad23707-5b3c-4a27-8559-32cba06fe48a",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "e9fea5b1-83eb-4089-97ea-77c072d41a8a"
},
{
"$ref": "2"
}
]