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": "9232679b-b434-4f26-a506-71b4d9b95213",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "adbbf50a-49a9-40bb-bf0a-e61d4a75ccca",
"fecNace": "2026-08-12T14:48:22.4698983+00:00",
"idLugarNace": "f53bc1a8-7ea1-4fbd-98ba-b329e2b63196",
"idNacionalidad": "5dbf8a9f-8fa4-4381-a78b-44164fdd9138",
"idEstadoCivil": "01df13c7-db88-40e8-8661-6f0e1e2aa6cc",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "96b23460-051e-4eb5-952f-4cf3f6b2b8ec"
},
{
"$ref": "2"
}
]