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": "32d36903-5889-4d76-aed3-6127393039f0",
"idPersona": "5146242d-f53e-4a40-978e-aaf1be07077d",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "a8c4480a-5403-42e1-90e5-eb1dd7244979",
"idFilial": "7bf11331-f492-49d4-915c-38b1d18f3858"
},
{
"$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": "453e28ee-ff07-43e5-9a9a-8df875b29512",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "8d58a95c-6350-4eda-8ac2-ac6f0e981070",
"fecNace": "2026-09-03T14:52:10.487227+00:00",
"idLugarNace": "3772cb9e-3b1d-4fac-a6a8-967e9d0698f1",
"idNacionalidad": "c282e07e-6451-4e56-89a0-0d580b95401f",
"idEstadoCivil": "cca1f82c-6027-4406-a124-e4a5e69eff49",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "c3088141-9053-4b02-89bd-2cb71e54ff0e",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "b1287a61-52bb-4c9e-908d-c2ed486e956c",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "8a771d87-1654-40d1-ac91-996d52c1b981",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "3a4098ad-a5d3-4a15-9996-0a3f8a434f41",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "2b96197b-e1db-45ec-be6f-713314d9fcae",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}