POST api/Post_rel_Sucursal_Contacto
Request Information
URI Parameters
None.
Body Parameters
Collection of TB_relSucursalContacto| Name | Description | Type | Additional information |
|---|---|---|---|
| idSucursal | globally unique identifier |
None. |
|
| idContacto | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idSucursal": "aebb892b-525b-4808-b086-e8a0be63f475",
"idContacto": "1ee1fe6c-3e6f-437d-a46e-61f1bcc08855"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.