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": "03eff47b-d55f-4c28-b0b7-f9a167e8fe8f",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "b2c12bd2-7389-47e1-bda8-772143eac6d4",
"fecNace": "2026-05-08T14:15:13.9593105+00:00",
"idLugarNace": "a7256ebb-d217-4e14-aa66-51ee415b93c4",
"idNacionalidad": "ccb3f44e-72a3-4581-8342-d89a3c4e2bfd",
"idEstadoCivil": "04a559a9-f913-407c-8ba4-932beb7e82c8",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "a5bb8967-46d4-4634-9266-a992ffacdbf5"
},
{
"$ref": "2"
}
]