GET api/Account/CheckAppVersion?versionno={versionno}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| versionno | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AppVersion| Name | Description | Type | Additional information |
|---|---|---|---|
| IsMatched | boolean |
None. |
|
| StrictUpdate | boolean |
None. |
|
| Version | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsMatched": true,
"StrictUpdate": true,
"Version": "sample string 3"
}
application/octet-stream
Sample:
{"$id":"1","IsMatched":true,"StrictUpdate":true,"Version":"sample string 3"}