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": "0f55d978-5ba8-47aa-b5dc-ed2f831d69ec",
"idPersona": "a2e910dc-3d49-4fe3-9946-677548e19c96",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "8f93526a-ece5-4e92-84a4-1d610639ff3e",
"idFilial": "5bb8e42e-dc70-416e-a97b-2ebb5ae7fc5d"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.