GET api/PlayService/GetUpdateInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GooglePlayServiceModel
Name Description Type Additional information
versionNumber

string

None.

download_url

string

None.

Response Formats

application/json, text/json

Sample:
{
  "versionNumber": "sample string 1",
  "download_url": "sample string 2"
}

text/html

Sample:
{"versionNumber":"sample string 1","download_url":"sample string 2"}

application/xml, text/xml

Sample:
<GooglePlayServiceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Util">
  <download_url>sample string 2</download_url>
  <versionNumber>sample string 1</versionNumber>
</GooglePlayServiceModel>