API Command: – Send ASCII or HEX command to object using GPRS gateway.
The command to retrieve the list of the objects that are in your account is SEND_CMD_GPRS.
Request:
URL: https://uapi.trackservice.cloud/public/send_cmd_gprs
method: POST
Params:
- “imei”:”358480087890132″,
- “type”:”ascii”,
- “name”:”Test Public API”,
- “command”:”Test command for %imei%”
Success:
httpStatus: 200 Ok
{
“status”: 0,
“message”: “”,
}
status always 0 and message empty
Error
{
“status”: 644,
“message”: “Some error description”
}
status has error number, message has error description