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": "e1b30843-a2e5-47f5-b891-271862b63bb1",
"idPersona": "15c18f7b-3434-4590-bf1f-8f6a68a492b8",
"idFilial": "b493de6c-4bc9-4142-9a45-722050dd74bc"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.