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": "184f7ead-5bf5-4801-8171-6498453a0ef2",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "cc85fbea-c914-4849-86a7-4655daba7602",
"fecNace": "2026-05-08T14:12:25.4889512+00:00",
"idLugarNace": "3ca6d6eb-93c1-4417-b93e-17797455916e",
"idNacionalidad": "1c4e1915-d960-4971-817d-8c212f622aff",
"idEstadoCivil": "630ea290-76ca-4aea-abfa-4fd6369582a4",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "f2e6f747-582d-41d6-9f29-c5c4a3f303e0",
"catEstadoCivil": {
"$id": "3",
"idEstadoCivil": "d60e7cb9-9e98-4bd3-aed2-c929c54342ad",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "4",
"$values": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
},
"catGenero": {
"$id": "5",
"idGenero": "f2552779-9703-4f31-8646-8c031461ff2d",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "6",
"$values": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
},
"catLugarNace": {
"$id": "7",
"idLugarNace": "7a6ecd9a-e7bb-4a91-af70-dc09ad630911",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "8",
"$values": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
},
"catNacionalidad": {
"$id": "9",
"idNacionalidad": "9c1db415-37f9-43ed-9313-902700db8636",
"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": "728c7536-aa47-42b5-8cc6-5afa29770b90",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "8850924d-08dd-4fb7-bd3b-1132ef169c91",
"fecNace": "2026-05-08T14:12:25.4889512+00:00",
"idLugarNace": "cbbe2be3-9a88-4989-9a70-3bdcabed54c4",
"idNacionalidad": "a9eea697-40a7-46f2-946f-e7dee10ce855",
"idEstadoCivil": "23daf275-3283-4308-ae79-c1fed4aa55c2",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "e5fd65c3-3e83-4f1b-aaf7-32db2034d289",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "e41e2dea-7ec0-49a7-af04-3fa1f22730ec",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "0e9904d3-d0df-4dc8-b584-7bb15a01ae03",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "43175cae-82f9-48df-8560-f0a226afbea7",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "f2a69381-9c26-45c8-895d-72af3f0dea1f",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}