POST api/PostRel_Producto_PersonaBulk
Request Information
URI Parameters
None.
Body Parameters
Collection of TB_rel_Producto_Persona| Name | Description | Type | Additional information |
|---|---|---|---|
| idProducto | globally unique identifier |
None. |
|
| idPersona | globally unique identifier |
None. |
|
| Registro | string |
None. |
|
| Beneficiario | string |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| idFilial | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idProducto": "29d298a2-1891-48ef-bb53-1796deeabe1b",
"idPersona": "e7f0499f-6e50-4e3e-970e-2306d6a73239",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "c9e33f3b-ee81-478e-8d52-facd690dd5ba",
"idFilial": "e3b93b51-9060-49fe-86af-58fcf108d075"
},
{
"$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": "b3e445d1-af65-4dff-bf09-4743fda27072",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "e541c809-f43f-47b7-a4cf-ebbdfe2c87fd",
"fecNace": "2026-03-21T01:49:56.9639723-04:00",
"idLugarNace": "a2eb6cd8-629f-45ad-afb8-2a46c8f62793",
"idNacionalidad": "2a87cd79-ee1c-4827-bf66-c17bf546a9a6",
"idEstadoCivil": "bb3cf1db-5359-45bf-8a1e-a74472dd31ba",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "f286256f-1212-4a54-9ef7-57228df4f863",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "7bd75aa2-bb6e-4d21-b91e-15217b57aaf3",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "035475b0-6323-4d00-98cd-8b713fc49574",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "25fff6dc-ae42-4e67-a925-a416e0075466",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "ea075f08-8525-43e4-b321-593e52900d1e",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}