Error type |
Request |
Response type |
Missing “Licence” parameter |
https://{SERVER_ADDRESS}/LATLG/?IDVoie=1456244&Num=22&Taille=38&Pays=FRA
|
{ "1": { "Latitude": "0.00", "Longitude": "0.00" } }
|
Empty “Licence” parameter |
https://{SERVER_ADDRESS}/LATLG/?IDVoie=1456244&Num=22&Taille=38&Pays=FRA&Licence= |
{ "1": { "Latitude": "0.00", "Longitude": "0.00" } }
|
Incorrect licence number |
https://{SERVER_ADDRESS}/LATLG/?IDVoie=1456244&Num=22&Taille=38&Pays=FRA&Licence={INCORRECT_LICENCE_CODE}
|
{ "1": { "Latitude": "0.00", "Longitude": "0.00" } }
|
Missing “IDVoie” parameter |
https://{SERVER_ADDRESS}/LATLG/?Num=22&Taille=38&Pays=FRA&Licence={LICENCE_CODE}
|
500 Internal Server Error |
Missing “IDNum” parameter |
https://{SERVER_ADDRESS}/LATLG/?IDVoie=1456244&Taille=38&Pays=FRA&Licence={LICENCE_CODE}
|
500 Internal Server Error |
Missing “Pays” parameter |
https://{SERVER_ADDRESS}/LATLG/?IDVoie=1456244&Num=22&Taille=38&Licence={LICENCE_CODE}
|
500 Internal Server Error |
Error on a parameter |
https://{SERVER_ADDRESS}/LATLG/?IDVie=1456244&Num=22&Taille=38&Pays=FRA&Licence={LICENCE_CODE}
|
500 Internal Server Error |