GET api/MobileApp/CheckAppVersion?name={name}&version={version}&platformId={platformId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required |
|
| version | string |
Required |
|
| platformId | CheckAppVersionPlatformEnum |
Required |
Body Parameters
None.
Response Information
Resource Description
MobileAppCheckAppVersionResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| IsSuccessful | boolean |
None. |
|
| StatusCode | integer |
None. |
|
| Result | ResultType |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"IsSuccessful": true,
"StatusCode": 3,
"Result": 0,
"ErrorMessage": "sample string 4"
}
application/xml, text/xml
Sample:
<MobileAppCheckAppVersionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Business.Core.DataContracts.MobileApp"> <_x003C_ErrorMessage_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile">sample string 4</_x003C_ErrorMessage_x003E_k__BackingField> <_x003C_Result_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile">Success</_x003C_Result_x003E_k__BackingField> <Data /> <IsSuccessful>true</IsSuccessful> <StatusCode>3</StatusCode> </MobileAppCheckAppVersionResponse>