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": "d24f71a9-a590-40aa-a306-2a6272d398c1",
"idPersona": "b57b9776-d125-4d7c-acce-4d32b985741e",
"idFilial": "062f0e51-4e0d-46cc-a1f6-fa4ed76c079b"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.