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": "97ed350b-90d0-4cc5-94c4-0935deb35bf4",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "1427b9c5-822d-4f24-9249-65611828127a",
"fecNace": "2026-04-04T14:31:42.1659632-04:00",
"idLugarNace": "b4905765-0bf8-4b00-8e18-c3d5ac3bab59",
"idNacionalidad": "8a8f5037-3bec-491e-b907-e64d22ea9b59",
"idEstadoCivil": "de89c3b4-3b1f-477b-bc1d-534902d315e4",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "6af3ee41-c2e7-441f-a2de-c0a6ba7ab4d0"
},
{
"$ref": "2"
}
]