POST api/versionchks

Request Information

URI Parameters

None.

Body Parameters

versionchk
NameDescriptionTypeAdditional information
version

string

String length: inclusive between 0 and 15

Request Formats

application/json, text/json

Sample:
{
  "version": "sample string 1"
}

application/xml, text/xml

Sample:
<versionchk xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/exantasgameapi.Models">
  <version>sample string 1</version>
</versionchk>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

versionchk
NameDescriptionTypeAdditional information
version

string

String length: inclusive between 0 and 15

Response Formats

application/json, text/json

Sample:
{
  "version": "sample string 1"
}

application/xml, text/xml

Sample:
<versionchk xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/exantasgameapi.Models">
  <version>sample string 1</version>
</versionchk>