Error type |
Request |
Response type |
Missing “Licence” parameter |
https://{SERVER_ADDRESS}/SINGLEV2/?Adresse=se220bf&Taille=38&Pays=GBR |
Empty response |
Empty “Licence” parameter |
https://{SERVER_ADDRESS}/SINGLEV2/?Adresse=se220bf&Taille=38&Pays=GBR&Licence= |
Empty response |
Incorrect licence number |
https://{SERVER_ADDRESS}/SINGLEV2/?Adresse=se220bf&Taille=38&Pays=GBR&Licence={INCORRECT_LICENCE_CODE} |
Empty response |
Missing “Adresse” parameter |
https://{SERVER_ADDRESS}/SINGLEV2/?Taille=38&Pays=GBR&Licence={LICENCE_CODE} |
400 Bad Request error |
Missing “Pays” parameter |
https://{SERVER_ADDRESS}/SINGLEV2/?Adresse=se220bf &Taille=38&Licence={LICENCE_CODE} |
400 Bad Request error |
Empty “Adresse” parameter |
https://{SERVER_ADDRESS}/SINGLEV2/?Adresse=&Taille=38&Pays=GBR&Licence={LICENCE_CODE} |
400 Bad Request error |
Empty “Pays” parameter |
https://{SERVER_ADDRESS}/SINGLEV2/?Adresse=se220bf &Taille=38&Pays=&Licence={LICENCE_CODE} |
400 Bad Request error |
Error on a parameter |
https://{SERVER_ADDRESS}/SINGLEV2/?Aresse=se220bf&Taille=38&Pays=GBR&Licence={LICENCE_CODE} |
400 Bad Request error |