POST api/PutRel_Producto_Persona
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": "7500cf46-a658-4f43-b9d9-f88e421b57a5",
"idPersona": "5d3384c0-7792-4e32-a35d-f09e9dea6f94",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "7f1e280b-4371-4110-8bb8-5a2c4225e058",
"idFilial": "5e12acca-6d2d-4824-b2b5-5c5c589a05e7"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.