Topic: getting error 7 when registry fuel filling
Hi,
I'm trying to use this function i found in API documentation
myUnit.registryFuelFillingEvent(date, description, x, y, location, volume, cost, deviation, function (code) {
if (code) {
msg("erreur : " + wialon.core.Errors.getErrorText(code));
} else {
msg("enregistrement terminé")
}
});
but i always get error code 7.
I don't understand cause the account i'm trying with has full access.
Thanks for your help