GET api/Login/GetAppVersionStatus
Request Information
URI Parameters
None.
Body Parameters
AppVersionStatusGet| Name | Description | Type | Additional information |
|---|---|---|---|
| AppVersion | string |
None. |
|
| AppType | character |
None. |
|
| IsNewVersion | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppVersion": "sample string 1",
"AppType": "A",
"IsNewVersion": true
}
text/html, multipart/form-data
Sample:
{"AppVersion":"sample string 1","AppType":"A","IsNewVersion":true}
application/xml, text/xml
Sample:
<AppVersionStatusGet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModel.SalonAppointment"> <AppType>65</AppType> <AppVersion>sample string 1</AppVersion> <IsNewVersion>true</IsNewVersion> </AppVersionStatusGet>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.