POST VControl/{ApiKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiKey | string |
Required |
Body Parameters
ClientInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| AppVersion | decimal number |
Required |
|
| Platform | MobilePlatform |
Required |
|
| OSVersion | string |
Required |
|
| DeviceModel | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"AppVersion": 1.0,
"Platform": 1,
"OSVersion": "sample string 2",
"DeviceModel": "sample string 3"
}
Response Information
Resource Description
ServerInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentAppVersion | decimal number |
None. |
|
| DispositionCode | DispositionCode |
None. |
Response Formats
application/json, text/json
Sample:
{
"CurrentAppVersion": 1.0,
"DispositionCode": 0
}