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": "edc60bfa-53d4-43ae-ae4e-d6c69a6a7b84",
"idPersona": "d55d8802-79b5-4d23-adb9-37c03c759be7",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "e763c678-43c4-4fd8-955e-779040a9373e",
"idFilial": "4d63c21a-7ed9-48f7-8890-c48bbe5ed18a"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.