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": "5cc40b7a-17d2-45ed-8813-d9b0a48c26d0",
"idPersona": "58fdfe5e-dcaa-4ef2-90c5-9950acb61696",
"idFilial": "c5de02da-3075-4583-bdff-b4c17f394967"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.