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": "1140d3b9-855d-4336-9239-cc1ad3d83ca8",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "0142bb31-44c6-40e7-994c-a08bb78279e0",
"fecNace": "2026-03-21T02:16:44.7584663-04:00",
"idLugarNace": "20b03a4b-f0f2-4c52-b407-f66d6dc8245c",
"idNacionalidad": "197ee374-a2ee-4a8a-8760-59bb5b6aef1e",
"idEstadoCivil": "6fc1f36d-c2cb-4728-b53b-1924481d1221",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "1839e3ba-1190-4a4f-a5fd-6dc04eebf576"
},
{
"$ref": "2"
}
]