POST api/PostRel_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": "7ba4ca9c-110c-44e8-b7f5-6cd9921a1cac",
"idPersona": "22116a53-e6bc-4bc8-b7d0-1bf09aeee210",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "3f6e968e-ceac-490c-baf7-22d8751a6735",
"idFilial": "fdf886be-402c-4ab6-b568-2c240e9bba5c"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.