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": "60f5be8b-bbc6-432b-ac36-20d7354cc29d",
"idPersona": "5549c5c6-6298-41c1-a9e1-be25035b736f",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "82f690ff-f2e7-4d53-970e-6133e6608198",
"idFilial": "d137d4df-207d-4736-b1bd-4076a6190af2"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.