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": "23cb0044-49e5-42db-ba7b-6903f36d021b",
"idPersona": "19474d41-c436-4f08-b5e8-030cc835f5f3",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "db7e944c-1935-481e-b8ed-0b914ee3b62d",
"idFilial": "dab698d2-75ba-4977-87cb-2e82417f7364"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.