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": "5cf5508d-9531-418e-8d2a-30db7a530abe",
"idPersona": "03f12a67-0cbd-4707-9e43-9ba04f6a792f",
"idFilial": "6f7128e7-2548-4907-8097-471d80b5cce6"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.