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": "07e8d566-73c1-48f4-adb8-d9784e12b33c",
"idPersona": "96c7dc95-84fd-4e54-9c72-ae4c5e58ca42",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "d243a35c-19de-43b5-926a-5951d92960a1",
"idFilial": "aab457dc-3423-4b8b-8689-76ac681978ea"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.