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": "437d962c-7590-4e9e-beb5-22349f919548",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "06d1db74-d260-4c9c-9586-8e5900d23bd5",
"fecNace": "2026-07-10T14:10:40.1118392+00:00",
"idLugarNace": "f86e34d3-ba20-4b75-8369-77cd84dfd019",
"idNacionalidad": "2d93297e-5b45-44d0-8d7f-51468cd667df",
"idEstadoCivil": "a1393609-96cb-4083-b102-11458fd3254d",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "0a93f0a1-dac8-4bf3-ae04-bb1b30fcc916"
},
{
"$ref": "2"
}
]