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": "baced3e2-80ec-415c-b7a0-04d7e2ee0c6b",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "377aecb1-6317-4028-ad63-2d208edf91a7",
"fecNace": "2026-03-13T20:24:46.7604828+00:00",
"idLugarNace": "7b0fd9af-b6b3-448b-b89d-d672d4c2af2c",
"idNacionalidad": "d335c3ef-44c7-42b6-b8b8-1bdbf74a4ded",
"idEstadoCivil": "94598429-e22c-4ed6-84ff-2c19c1a927cc",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "88b4726e-ed1a-42f6-80a5-e21dff6fe758"
},
{
"$ref": "2"
}
]