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": "4903aec4-4e27-41b4-be5d-e95340dab012",
"idPersona": "a36aade1-6e96-435a-83f1-09212e4f2c6d",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "ab5e398c-fb3e-433e-ab34-693d33b8314f",
"idFilial": "a0756713-daf8-4be1-a6c4-d55d6c6a3cbb"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.