POST api/GetPersona
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GetPersona_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": "45f72200-bb66-4563-84f9-cd480b4ddb0d",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "845bec28-084d-403a-b47c-46732ff7f097",
"fecNace": "2026-04-04T14:26:57.4400596-04:00",
"idLugarNace": "8b98425e-453d-440c-8554-e02a522dcbb6",
"idNacionalidad": "a263d86b-7ef1-48da-aae6-fa61143ab65c",
"idEstadoCivil": "e7bb5502-9f49-4a7c-a467-10d82e878191",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "3a35b8ff-45c7-40eb-9b98-1968b3c26bb8"
},
{
"$ref": "2"
}
]