POST app/api/ems/checkVersion

Request Information

URI Parameters

None.

Body Parameters

checkVersionPar
NameDescriptionTypeAdditional information
type

string

None.

version

string

None.

Request Formats

application/json, text/json

Sample:
{
  "type": "sample string 1",
  "version": "sample string 2"
}

text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />