We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
When trying to add a station to the Integration I get the following errors:
Also everywhere is saying to use the Id to add the station but in the JSON there isn't an ID field but yes a Código field:
Congratulations on the idea and good luck.
Regards,
João Guerreiro
The text was updated successfully, but these errors were encountered:
Hello
The problem here, is that you are using the value from Codigo but you should be using the value from the Id field.
Codigo
Id
{ "Codigo": "L0473", "Nome": "Posto Galp Montijo-EQUILIBRIO & SUCESSO, LDA.", (...) "Id": 65024 },
So, for this specific station, you should use 65024 instead of L0473.
65024
L0473
Sorry, something went wrong.
No branches or pull requests
Hello,
When trying to add a station to the Integration I get the following errors:
Also everywhere is saying to use the Id to add the station but in the JSON there isn't an ID field but yes a Código field:
Congratulations on the idea and good luck.
Regards,
João Guerreiro
The text was updated successfully, but these errors were encountered: