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": "9e771194-6624-47b7-b2d7-efa3c2f25683",
"idPersona": "e249bbc9-9c76-402d-8152-5e69ffb68e6e",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "10871747-b953-4d4d-bc42-449dd23b43d0",
"idFilial": "2ed233c3-f60f-43a6-80fe-9d1dc658026a"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.