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": "bdd73ddc-07f6-4ba4-8e14-535372d9e899",
"idPersona": "f974690d-662e-4e75-8840-b2e7971e0568",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "1a3c6761-431b-4e48-a85f-8bd72993a219",
"idFilial": "f9e97c8b-6c98-45ac-b072-ed29805a0404"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.