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": "f6201735-1148-40b3-ae31-d4ab299a8f3c",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "cd2f2067-4a03-4ae6-9555-6666568edc30",
"fecNace": "2026-05-08T14:12:25.0826614+00:00",
"idLugarNace": "6a49c2a5-a1a3-4a89-940f-b50b9331bbd8",
"idNacionalidad": "97815beb-3e85-40f8-8ff1-9505cdc05049",
"idEstadoCivil": "ea822220-112a-4f2e-ae3d-c246883d952b",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligión": "12a17440-bd7a-4a8b-8b32-6b19ebeed978"
},
{
"$ref": "2"
}
]