POST api/PostPersonaBulk
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": "ac52bd3f-326d-4bab-bc40-a41a5d317083",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "21529c08-bb49-4028-8bce-dddcde89a062",
"fecNace": "2026-08-12T14:48:22.5480215+00:00",
"idLugarNace": "61a764fd-89d8-4bd3-9907-c4bed66616ed",
"idNacionalidad": "6386f5f0-931e-4c86-98d3-5c603061786a",
"idEstadoCivil": "bbb2d8f1-022c-4e11-b686-30c4835f5971",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "8fdb5838-0a85-4669-aef6-ebe44abe7e0d",
"catEstadoCivil": {
"$id": "3",
"idEstadoCivil": "844d0c66-1335-45a1-b3e7-c2ef85cef3c2",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "4",
"$values": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
},
"catGenero": {
"$id": "5",
"idGenero": "5df03272-6d0f-4f05-be84-7a1d31af8f73",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "6",
"$values": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
},
"catLugarNace": {
"$id": "7",
"idLugarNace": "497ccce9-230c-4ea6-a484-f2fa8a9d4ffe",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "8",
"$values": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
},
"catNacionalidad": {
"$id": "9",
"idNacionalidad": "d482f2b1-dab1-4383-bdc5-3ac8a07426ea",
"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
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. |
Response Formats
application/json, text/json
Sample:
{
"idPersona": "bf501284-2d97-44e3-9f22-39bab3ddb773",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "2ed078ee-3cca-4e32-ad50-65b13907d97a",
"fecNace": "2026-08-12T14:48:22.5480215+00:00",
"idLugarNace": "36ded824-4312-4704-a369-918644b956b8",
"idNacionalidad": "54e3fc01-b89f-4fc5-9dd0-0204e9d7d8d3",
"idEstadoCivil": "ce8de7ca-0308-4288-99c8-6561837e6e6b",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "648030f9-d7ba-481b-8492-d77581586cc0",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "13de9280-6c15-44fd-8085-26e522263b93",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "f5b8083c-fdf8-4518-9fd0-61f4736a39a6",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "0339a766-40e1-44ae-9620-d5d1c95b2a6d",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "eecbb7ac-0f74-40cd-8bcf-864a6aba611a",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}