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": "f8eb2377-4beb-4bcd-a8c3-a7b16f04a157",
"idPersona": "145aa4f7-13ee-48f8-8630-56ea18956419",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "a980c80d-ea5b-44d6-8c8d-894a9c704a28",
"idFilial": "2b9ece0a-bbda-4215-8a90-14f09f4d01fe"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.