Error type |
Request |
Response type |
Missing “Licence” parameter |
https://{SERVER_ADDRESS}/COMPL/?IDVoie=1751437&IDNum=23&Taille=38&Pays=FRA |
Empty response |
Empty “Licence” parameter |
https://{SERVER_ADDRESS}/COMPL/?IDVoie=1751437&IDNum=23&Taille=38&Pays=FRA&Licence= |
Empty response |
Missing “IDVoie” parameter |
https://{SERVER_ADDRESS}/COMPL/?IDNum=23&Taille=38&Pays=FRA&Licence={LICENCE_CODE} |
400 Bad Request Error |
Missing “IDNum” parameter |
https://{SERVER_ADDRESS}/COMPL/?IDVoie=1751437&Taille=38&Pays=FRA&Licence={LICENCE_CODE} |
400 Bad Request Error |
Missing “Pays” parameter |
https://{SERVER_ADDRESS}/COMPL/?IDVoie=1751437& IDNum=23&Taille=38&Licence={LICENCE_CODE} |
400 Bad Request Error |
Error on a parameter |
https://{SERVER_ADDRESS}/COMPL/?IVoie=1751437& IDNum=23Pays=FRA&Taille=38&Licence={LICENCE_CODE} |
400 Bad Request Error |