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": "55c9486e-b522-4676-8aa0-e89191aa6e05",
"idPersona": "f470c46f-d06d-42ce-89ac-1b8fd56512d4",
"Registro": "sample string 3",
"Beneficiario": "sample string 4",
"idCliente": "197c393f-5028-45f8-a445-869d93ac0b3b",
"idFilial": "5fa54eca-50d9-4603-a771-bfe335a6cfdc"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.