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": "1ac45f80-18aa-45ab-b64f-dce8eaf2f052",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "d0aaa4b1-eda0-4854-9701-b23de7f30465",
"fecNace": "2026-08-12T14:52:52.0671693+00:00",
"idLugarNace": "76e5ea6e-d97e-48d0-8107-e0996c2cf898",
"idNacionalidad": "dd75ac05-78c8-49b1-ad96-5f62b1f92e91",
"idEstadoCivil": "e94fcf33-71f9-49de-a754-f37d69660309",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "7b49ca42-9459-4a23-ba8d-f102431a4bdf"
},
{
"$ref": "2"
}
]