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": "1eeab49e-0a05-46f2-9448-323133ab1e05",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "0b2b7247-6597-4b71-89c2-5cf3aafa929b",
"fecNace": "2026-06-18T03:20:34.2725029+00:00",
"idLugarNace": "e163f09e-8f13-41a2-9bef-9e169c4e576a",
"idNacionalidad": "25671af7-43c2-4b12-b278-99800a29d4ac",
"idEstadoCivil": "a4c07fd8-1198-4d4f-9d78-d6d2836e1cab",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "62b950a1-274c-482c-8163-c3876d7f1659"
},
{
"$ref": "2"
}
]