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": "74617104-c2e4-4a3a-8624-297118c9dce5",
"idPersona": "9acc1c23-a265-4066-893c-43b1e0bd5ceb",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "281ec488-66f6-47be-a442-cf9bfb296655",
"idFilial": "f9591282-a259-4b61-9f02-f00f427282d4"
},
{
"$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": "fe175de7-9568-4b38-875e-73108ddd9bfe",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "3e841dc9-5968-433f-935e-cff503aa1768",
"fecNace": "2026-07-10T14:09:43.2201534+00:00",
"idLugarNace": "f54f317c-6ad2-4538-9e60-dd4e02670d78",
"idNacionalidad": "534e9f03-5ad6-4d89-a945-7ca8dd4b7647",
"idEstadoCivil": "35358e6a-236e-465e-98b3-369024230f63",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "8087d811-8501-436f-811e-135c0a7d4e29",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "c3df46b9-3fdb-4f8b-ba30-4b2f3d3b8d77",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "3faec5aa-64d6-4cb6-96e7-abede9fb5083",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "a15a4a1d-2ae8-4855-b5fe-867891c32945",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "c28bbe58-cd70-4608-9815-e15e8a395598",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}