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": "fdb6fabb-93ae-400d-9d95-fada7bd1d6c0",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "bb8b601f-a010-4f3b-85ca-364385c4adb4",
"fecNace": "2026-03-21T01:48:14.905616-04:00",
"idLugarNace": "71ea501c-6df5-4cce-be90-b374086ac937",
"idNacionalidad": "13c1ea44-0614-46b1-9521-aabd24e88ef1",
"idEstadoCivil": "2e6c82ec-b48f-43d1-a891-896867255f69",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "43893aac-fdda-4b99-9cb9-c1ed7b81e797"
},
{
"$ref": "2"
}
]