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": "6bfaab72-5ffd-488b-864a-fd0c14bddb45",
"idPersona": "844a71cf-e1ba-492d-8fe9-091a26a1baca",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "a7b98aac-758d-4af7-9a20-e3c7c618e286",
"idFilial": "4319656d-7f41-4fe2-97e5-cbf81934187b"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.