POST Licence/SendSetting

Request Information

URI Parameters

None.

Body Parameters

SettingsParm
NameDescriptionTypeAdditional information
Username

string

None.

Password

string

None.

AppId

string

None.

Type

string

None.

ServerKey

string

None.

SenderId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "Password": "sample string 2",
  "AppId": "sample string 3",
  "Type": "sample string 4",
  "ServerKey": "sample string 5",
  "SenderId": "sample string 6"
}

text/xml

Sample:
<SettingsParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LicenceService.Models.Register">
  <AppId>sample string 3</AppId>
  <Password>sample string 2</Password>
  <SenderId>sample string 6</SenderId>
  <ServerKey>sample string 5</ServerKey>
  <Type>sample string 4</Type>
  <Username>sample string 1</Username>
</SettingsParm>

application/x-www-form-urlencoded

Sample:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.