Hi
I am trying get a GPS Data of a vehicle form its service provider .I have reced a sampl CURL Request.
I am new to use this kind of API in zoho deluge .Kindly help me out with a sample code to use the same inside deluge
--header 'Content-Type: application/x-www-form-urlencoded'
--data-urlencode 'client_id=xx1'
--data-urlencode 'client_secret=x22'
--data-urlencode 'grant_type=client_credentials'
HAVE ATTACHED THE SAMPLE FILE RECD FROM THE TELEMATICS SERVICE PROVIDER.
We just need to get the primary Fuel Level using "PrimaryFuelLevel"
Kindly help us with a sample code for the same.