POST api/VpnBridge/AddOrUpdate
Request Information
URI Parameters
None.
Body Parameters
VpnBridgeBo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| FortressCount | integer |
None. |
|
| ReadyToUse | boolean |
None. |
|
| VpnSubNetworkId | string |
None. |
|
| InternetAccess | boolean |
None. |
|
| EnableFirewall | boolean |
None. |
|
| AllowDesktopInternetConfiguration | boolean |
None. |
|
| CompanyId | string |
None. |
|
| CompanyName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Name": "sample string 2",
"Description": "sample string 3",
"FortressCount": 4,
"ReadyToUse": true,
"VpnSubNetworkId": "sample string 6",
"InternetAccess": true,
"EnableFirewall": true,
"AllowDesktopInternetConfiguration": true,
"CompanyId": "sample string 10",
"CompanyName": "sample string 11"
}
application/xml, text/xml
Sample:
<VpnBridgeBo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Citadel.BusinessObject"> <AllowDesktopInternetConfiguration>true</AllowDesktopInternetConfiguration> <CompanyId>sample string 10</CompanyId> <CompanyName>sample string 11</CompanyName> <Description>sample string 3</Description> <EnableFirewall>true</EnableFirewall> <FortressCount>4</FortressCount> <Id>sample string 1</Id> <InternetAccess>true</InternetAccess> <Name>sample string 2</Name> <ReadyToUse>true</ReadyToUse> <VpnSubNetworkId>sample string 6</VpnSubNetworkId> </VpnBridgeBo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.