POST api/GetVersion

Request Information

URI Parameters

None.

Body Parameters

Version
NameDescriptionTypeAdditional information
device

string

None.

beta

boolean

None.

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "device": "sample string 1",
  "beta": true,
  "token": "sample string 3"
}

application/xml, text/xml

Sample:
<Version xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChannelAPI.Classes">
  <beta>true</beta>
  <device>sample string 1</device>
  <token>sample string 3</token>
</Version>

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 'Version'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.