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": "c0020cb1-cb09-4f3f-81f1-088a7944b501",
"idContacto": "ad9eb0b4-63a3-45a7-8589-de3271d79c73"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.