Error type | Request | Response type |
Missing “Licence” parameter | https://{SERVER_ADDRESS}/COMPLV2/?IDVoie=1456244& IDNum=22&Taille=38&Pays=FRA |
Empty response |
Empty “Licence” parameter | https://{SERVER_ADDRESS}/COMPLV2/?IDVoie=1456244& IDNum=22&Taille=38&Pays=FRA&Licence= |
Empty response |
Incorrect licence number | https://{SERVER_ADDRESS}/COMPLV2/?IDVoie=1456244& IDNum=22&Taille=38&Pays=FRA&Licence={INCORRECT_LICENCE_CODE} |
Empty response |
Missing “IDVoie” parameter | https://{SERVER_ADDRESS}/COMPLV2/?IDNum=22&Taille= 38&Pays=FRA&Licence={LICENCE_CODE} |
400 Bad Request error |
Missing “IDNum” parameter |
https://{SERVER_ADDRESS}/COMPLV2/?IDVoie=1456244& |
400 Bad Request error |
Missing “Pays” parameter | https://{SERVER_ADDRESS}/COMPLV2/?IDVoie=1456244& IDNum=22&Taille=38&Licence={LICENCE_CODE} |
400 Bad Request error |
Error on a parameter | https://{SERVER_ADDRESS}/COMPLV2/?IVoie=1456244&IDNum=22&Taille=38&Pays= FRA&Licence={LICENCE_CODE} |
400 Bad Request error |