-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New features in captur: tyres pressure and active errors #1481
Comments
See #1411 |
Wait, I just found the endpoint for errors! /commerce/v1/accounts/{accountId2}/vehicles/{vin}/alerts Note: accountId2 Result:
|
This works: This does not work:
Note 1: in the apk the account string is accountId , not account_id ; testing would be easy if commandline also supported accountId Note 2: some endpoints work with account id n.1, others with account id n.2: is this difference supported by this API? |
What is I see there's a reference to a second "SFDC (Saleforce)" account in some test fixtures?
{
// ...
"accounts": [
{
"accountId": "{accountId}",
"accountType": "MYRENAULT",
"accountStatus": "ACTIVE",
"country": "{countryCode}",
"personId": "{personId}",
"relationType": "OWNER"
}
],
// ...
} |
Android app now shows this for my Captur:
I don't know which are the needed endpoints; "/commerce/v1/accounts/{id}/kamereon/kca/car-adapter/v1/cars/{vin}/pressure" is not working: it gives "There is no data for this vin and uid", "err.func.wired.notFound".
The text was updated successfully, but these errors were encountered: