GET api/MobileUpdate/DownloadLatestVersionAPK/{versionNumber}

Checks the latest version of the mobile software available.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
versionNumber

string

Required

Body Parameters

None.

Response Information

Resource Description

The call returns the value of the version number from the web config file.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.