POST api/VpnBridge/AddOrUpdate

Request Information

URI Parameters

None.

Body Parameters

VpnBridgeBo
NameDescriptionTypeAdditional 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.

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
}

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>
  <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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.