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": "985dfa69-df46-42e4-a8bf-2587aaec918d",
"idContacto": "089a17ae-742d-467e-a2ee-768f17819075"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.