POST api/PutPersonaDH
Request Information
URI Parameters
None.
Body Parameters
Collection of Persona| 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. |
|
| idReligion | globally unique identifier |
None. |
|
| catEstadoCivil | catEstadoCivil |
None. |
|
| catGenero | catGenero |
None. |
|
| catLugarNace | catLugarNace |
None. |
|
| catNacionalidad | catNacionalidad |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idPersona": "53cc7ee0-ef1a-4311-a0a6-3130652dece0",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "5ebb2125-f50c-4565-bbbd-0d71c7f56ab7",
"fecNace": "2026-07-10T14:08:49.5934729+00:00",
"idLugarNace": "414cfd6b-9efa-4b80-9d71-5dec474ae275",
"idNacionalidad": "558dc66c-6e67-4bbf-b93b-baa6a4aeeb3a",
"idEstadoCivil": "8c4dc45f-a67c-42cc-90aa-5d0ad040022b",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "ef5acd6d-6df4-4933-b59f-40727d8ce7b2",
"catEstadoCivil": {
"$id": "3",
"idEstadoCivil": "08f4a67b-4961-4bc1-885f-dac6c3064440",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "4",
"$values": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
},
"catGenero": {
"$id": "5",
"idGenero": "304f8a46-b5a0-4910-83e1-c5e659ef68ae",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "6",
"$values": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
},
"catLugarNace": {
"$id": "7",
"idLugarNace": "0e046621-05f1-4a52-8285-822885fcfdf6",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "8",
"$values": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
},
"catNacionalidad": {
"$id": "9",
"idNacionalidad": "28f520f4-a54b-4713-96e0-820987b9130c",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "10",
"$values": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
}
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.