POST api/GetPersona_x_id?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPersona_x_id_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": "3bbf1efc-717a-43ff-8e40-ecf41c29e848",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "4b64eaa2-072b-4bed-a525-fbf25ac73912",
"fecNace": "2026-09-03T14:52:50.3969699+00:00",
"idLugarNace": "3ad230fa-928d-4b20-b3d1-8787117e049a",
"idNacionalidad": "6a1c3df5-cad4-4652-819e-b1e58a33a108",
"idEstadoCivil": "a875d456-e19a-41d2-9b59-a446edafdb0c",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "26d1f1e5-d658-4198-ab83-a82fb781e0fd"
},
{
"$ref": "2"
}
]