POST api/PostRel_Cliente_Persona
Request Information
URI Parameters
None.
Body Parameters
Collection of TB_rel_Cliente_Persona| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
None. |
|
| idPersona | globally unique identifier |
None. |
|
| idFilial | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idCliente": "76bae070-5d0a-42ee-83a1-5faaeb700ffd",
"idPersona": "84225e38-6d7c-4de4-8d28-52f87b1c4fd1",
"idFilial": "d2a39dba-9c2a-419e-8b07-f500e09e3538"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.