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": "f6a42365-da6f-48c9-b8ed-c89db1a3bfe3",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "572fee65-7308-4786-864f-a9ed099a6b53",
"fecNace": "2026-03-13T20:28:41.1997011+00:00",
"idLugarNace": "672edece-1d1a-4b54-858a-bc3d010b6d09",
"idNacionalidad": "fe39eece-97df-4905-9577-62a94fa88b66",
"idEstadoCivil": "f6b9fe5e-fb22-4597-84ee-341b2afd0940",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "fcd7abe1-fe87-43a0-94c7-3b945b8ecfc6"
},
{
"$ref": "2"
}
]