POST api/GetValues/CheckForUpdates
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Member | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"version": "sample string 1",
"Terminalid": "sample string 2",
"IMEI": "sample string 3"
}
application/xml, text/xml
Sample:
<modelcheckupdates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceApi.Models"> <IMEI>sample string 3</IMEI> <Terminalid>sample string 2</Terminalid> <version>sample string 1</version> </modelcheckupdates>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"responsecode": "sample string 1",
"responsemsg": "sample string 2",
"newversion": "sample string 3",
"imagepath": "sample string 4"
}
application/xml, text/xml
Sample:
<respforupdates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceApi.Models"> <imagepath>sample string 4</imagepath> <newversion>sample string 3</newversion> <responsecode>sample string 1</responsecode> <responsemsg>sample string 2</responsemsg> </respforupdates>