I don't seem to have the "UserVehicleBoundTime" in the json I get from Nissan. Possibly they're still in the process of verifying that I own my leaf, but if I make this change I'm able to run the examples and I wasn't able to run the examples without the change.
In particular, I'm seeing the following in my json:
I don't seem to have the "UserVehicleBoundTime" in the json I get from Nissan. Possibly they're still in the process of verifying that I own my leaf, but if I make this change I'm able to run the examples and I wasn't able to run the examples without the change.
In particular, I'm seeing the following in my json:
... "CustomerInfo": {
"UserId": "...",
"Language": "en-US",
"Timezone": "America/New_York",
"RegionCode": "NNA",
"OwnerId": "...",
"EMailAddress": "...",
"Nickname": "...",
"Country": "US",
"VehicleImage": "/content/language/default/images/img/ph_car.jpg",
"UserVehicleBoundDurationSec": "...",
"VehicleInfo": {
"CarName": "",
"CarImage": "carimg_w.png" }
}, ...