POST api/PutRel_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": "fae34e71-c154-4174-beb9-7cf067efa09e",
"idPersona": "0b1f7368-8c87-42d7-9bb9-686f91970bd8",
"idFilial": "14a9c691-9d49-4fb5-869b-4b4825f7b0a3"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.