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": "e63180c6-69c1-46a8-ab6c-6e129cdd959c",
"idContacto": "ec117a84-407a-451c-9b3c-6349c64b387b"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.