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": "62a7c10c-8dbb-4be4-af90-4af4ecec2ae0",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "ffac578c-2447-4d83-8a24-0f1b2908780d",
"fecNace": "2026-07-10T14:07:31.8109826+00:00",
"idLugarNace": "95b716a9-5778-49fd-a41c-ee932716933f",
"idNacionalidad": "467afa2b-8e77-4c24-9817-6f57046bc175",
"idEstadoCivil": "889ffc1b-bb44-4353-9a49-874d8ea3ad65",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "777b4214-bda5-444f-945d-9545d5feef8b"
},
{
"$ref": "2"
}
]