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": "d808eaa0-fa44-410b-a1e9-8b871d455737",
"idPersona": "186cd536-cf82-44d1-bfb6-e95950d34de6",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "b99873ed-f9ca-4d8c-bd22-542e5b7f87ca",
"idFilial": "20d0d863-bdce-4de6-acbd-9456b30dffbd"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.