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": "806f4253-e5b2-45dd-a5cb-0b0234bc1118",
"idPersona": "8465932d-bb09-47ca-a8af-0d2cdb1a227b",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "a245cdbd-196a-4672-a51b-665f45707148",
"idFilial": "e181cc17-e891-4661-8565-880ec5aa9ca6"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.