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": "90d62173-140d-45dc-8643-8fd2a63b21c1",
"idContacto": "1a9026a7-aa2f-4a81-b402-1dadef089990"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.