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": "8d2b9503-0194-41c2-a62e-a50c7e4bc9cc",
"idPersona": "ad84ff39-df9a-424b-b993-132ec8946974",
"idFilial": "6e61bc18-b129-44f5-9afd-c54acfa7e682"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.