Click aqui para regresar a todas las apis disponibles.
GetCurrentPositionByClientName
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET: /GetCurrentPositionByClientName?SecurityToken=tu_token&ClientName=tu_usuario
Host: https://kosmos-rastreo.com/api/webservices
[{
"economico":"economico",
"placas":placas,
"imei":"imei",
"fecha_actual":"fecha_actual",
"lat":"lat",
"lon":"lon",
"direccion":"direccion",
"velocidad":"velocidad",
"motor":"motor",
"odometro":"odometro",
"id_temp1":"id_temp1",
"temp1":"temp1",
"id_temp2":"id_temp2",
"temp2":"temp2",
"id_temp3":"id_temp3",
"temp3":"temp3",
}]