Vehicle Immobilise and Mobilize
curl https://apiplatform.intellicar.in/api/standard/immobilize \
--header 'Content-Type: application/json' \
--data '{"vehicleno": "<vehicleno>", "type": "<ignition|crank|movement|can|charge|discharge|chargendischarge>", "token": "<token>", "immediate": <true|false>}'{
"status": "SUCCESS|FAILURE",
"data": "<type> Immobilize command sent for Vehicle <vehicleno>",
"err": "<err>",
"msg": "<msg>"
}curl https://apiplatform.intellicar.in/api/standard/mobilize \
--header 'Content-Type: application/json' \
--data '{"vehicleno": "<vehicleno>", "type": "<ignition|crank|movement|can|charge|discharge|chargendischarge>", "token": "<token>"}'Last updated