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": "2843dacd-f42f-4e27-9b1c-037c4840d2e3",
"idPersona": "da35271f-db05-41ea-9bb8-2aa64bed7891",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "e33ec63c-0511-4a80-bfb6-d61315671211",
"idFilial": "7ead4d45-4e0d-48b3-be3d-c30e441bb16c"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.