Error type |
Request |
Response type |
Missing “Licence” parameter |
https://{SERVER_ADDRESS}/CP/?CodePostal=77777&Alpha=True&Instance=0&Pays=FRA |
Empty response |
Empty “Licence” parameter |
https://{SERVER_ADDRESS}/CP/?CodePostal=77777&Alpha=True&Instance=0&Pays=FRA&Licence= |
Empty response |
Incorrect Licence number (expired, out of scope, nonexistent) |
https://{SERVER_ADDRESS}/CP/?CodePostal=77777&Alpha=True&Instance=0&Pays=FRA&Licence={INCORRECT_LICENCE_CODE} |
Empty response |
Missing “CodePostal”parameter |
https://{SERVER_ADDRESS}/CP/?Alpha=True&Instance=0&Pays=FRA&Licence={LICENCE_CODE} |
400 Bad Request Error |
Error on a parameter |
https://{SERVER_ADDRESS}/CP/?CdePostal=77777&Pays=FRA&Alpha=true&Licence={LICENCE_CODE} |
400 Bad Request Error |