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": "1366f374-2eab-4fae-bb44-c4c3d8043bad",
"idPersona": "e2fc6462-608d-4feb-be6d-c26a42b0f8a6",
"idFilial": "0eded5dd-8e63-46c2-a06d-a5f0c4acbea7"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.