1

API methods to perform "Check VIN" functionality

Тема: API methods to perform "Check VIN" functionality

Hi Team,
I was working with Wialon Remote API requests. I have found API methods to update each profile fields such as vehicle_class, vin, brand, model etc. using the command "item/update_profile_field". In our Wialon Management System, found an option called "Check VIN" in the "Profile" tab of new unit creation which will automatically generate values for fields such as brand, model, year, engine parameters etc. on click.  I would like to implement this "Check VIN" functionality programmatically. But I was not able to find any API methods for the same. Could you please help me with a solution for this.
Thanks,
Jisna

2

API methods to perform "Check VIN" functionality

Re: API methods to perform "Check VIN" functionality

jisnajoby03 hello,
If I understand your requirements correctly, you can try to use get_vin_info request.  The data will be available in the pflds array. 
Based on the response you can add corresponding profile fields and their values with update_profile_field request.

Kindly note that you cannot verify more than three unique VIN codes a week for one unit.

Anton Zinovyev
Technical Care Engineer (L2)
Wialon
3

API methods to perform "Check VIN" functionality

Re: API methods to perform "Check VIN" functionality

Thank you so much for your help!