POST api/License/AddUpdateWifiSetting

Documentation for 'AddUpdateWifiSetting'.

Request Information

Parameters

NameDescriptionAdditional information
wifiSetting
Documentation for 'wifiSetting'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LicenseId": "sample string 2",
  "SSID": "sample string 3",
  "Password": "sample string 4"
}

application/xml, text/xml

Sample:
<ShootItAi_Wifi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoothApp.Common">
  <Id>1</Id>
  <LicenseId>sample string 2</LicenseId>
  <Password>sample string 4</Password>
  <SSID>sample string 3</SSID>
</ShootItAi_Wifi>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'ShootItAi_Wifi'.

Response Information

Response body formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>