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": "e2743b23-e345-494f-a0ff-82fd4b5da9f2",
"idPersona": "98011afa-3236-4bad-8c30-aeb676de0963",
"idFilial": "f8f80446-5e5a-4dad-ba12-6397d55d7392"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.