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": "e2aa1106-e9b5-4184-b2ab-e66b2a33707e",
"idPersona": "68768aa0-3a23-403a-8853-0344b6a141be",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "46e15d6f-1001-483f-b00b-c850c17a8fe4",
"idFilial": "5ffbae3f-0390-4d46-8118-32966c986fac"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.