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": "034f73e1-97bb-4d18-9b7b-7d12d28c9f22",
"idPersona": "7b56e5a1-4be1-432a-b965-f59b886591bd",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "4e288698-2dc0-44ef-92fd-9853d253323f",
"idFilial": "13f7b6df-dd79-4ed4-ac95-1630663e77a2"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.