GET api/Account/CheckVersionStatus/{Platform}/{Version}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Platform

string

Required

Version

string

Required

Body Parameters

None.

Response Information

Resource Description

RespondDataVersionControl
NameDescriptionTypeAdditional information
RespondData

ResDate

None.

Platform

string

None.

Version

string

None.

Status

string

None.

Response Formats

application/json, text/json

Sample:
{
  "RespondData": {
    "Result": "sample string 1",
    "ResponseCode": {},
    "ErrorMessage": "sample string 3"
  },
  "Platform": "sample string 1",
  "Version": "sample string 2",
  "Status": "sample string 3"
}

application/xml, text/xml

Sample:
<RespondDataVersionControl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NumerologyApi.Models">
  <Platform>sample string 1</Platform>
  <RespondData>
    <ErrorMessage>sample string 3</ErrorMessage>
    <ResponseCode />
    <Result>sample string 1</Result>
  </RespondData>
  <Status>sample string 3</Status>
  <Version>sample string 2</Version>
</RespondDataVersionControl>