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": "ac032859-2487-4f83-8d9b-f0bf9ce1721b",
"idPersona": "ed7fad00-7107-4ced-869d-9855aae17c05",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "791ec821-9d48-483c-aec1-f745f5511eb9",
"idFilial": "24f9f7f5-321a-4c87-93e6-701dfafdec1d"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.