POST api/PostRel_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": "9d2e1893-d33e-45a3-a5a1-d461abd98058",
"idPersona": "f654a955-18a4-4d9c-8710-4cf96adf9c8b",
"idFilial": "fcff3e39-b2a9-47a1-af1d-fed4602ee904"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.