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": "96a9b060-4691-483f-bb5e-8e5074e76d88",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "23c3c574-ebc3-4e30-b61b-58d8d7af383c",
"fecNace": "2026-03-21T01:51:19.2031612-04:00",
"idLugarNace": "934e1ab0-117c-4b1b-9fa0-1b4fd873ef85",
"idNacionalidad": "3c1bb6f2-75f9-4a8d-bde1-edce6f758921",
"idEstadoCivil": "02d1827e-da51-4d92-aefa-2f26b4aec62a",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "c183973a-4add-4f50-a5d3-ab2214b9d859"
},
{
"$ref": "2"
}
]