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": "0b07c1b9-44a2-4b7f-a374-13a508db6743",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "4df9df14-6ca6-4c6f-aa44-91693e53ff08",
"fecNace": "2026-06-18T03:15:17.6599006+00:00",
"idLugarNace": "5c7cc124-2251-4c42-a768-2c8049046d3d",
"idNacionalidad": "dd81dcfd-6e84-4b98-90e6-3e3a2a34ef05",
"idEstadoCivil": "a710ed58-1b5e-4134-8d7a-ed3bc806028a",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "7bd317cf-b303-4487-8f0f-251890455d85"
},
{
"$ref": "2"
}
]