Error type |
Request |
Response type |
Missing “Licence” parameter |
https://{SERVER_ADDRESS}/ADR/?IDLocalite=13201&Adresse=post&Instance=0&Pays=FRA&Taille=38&Version=1.1 |
Empty response |
Empty “Licence” parameter |
https://{SERVER_ADDRESS}/ADR/?IDLocalite=13201&Adresse=post&Instance=0&Pays=FRA&Taille=38&Licence=&Version=1.1 |
Empty response |
Incorrect licence number (expired, out of scope, nonexistent) |
https://{SERVER_ADDRESS}/ADR/?IDLocalite=13201&Adresse=post&Instance=0&Pays=FRA&Taille=38&Licence={INCORRECT_LICENCE_CODE}=&Version=1.1 |
Empty response |
Missing “IDLocalite” parameter |
https://{SERVER_ADDRESS}/ADR/?Adresse=post&Instance=0&Pays=FRA&Taille=38&Licence={LICENCE_CODE}=&Version=1.1 |
400 Bad Request error |
Missing “Adresse” parameter |
https://{SERVER_ADDRESS}/ADR/?IDLocalite=13201&Instance=0&Pays=FRA&Taille=38&Licence={LICENCE_CODE}=&Version=1.1 |
400 Bad Request error |
Missing “Pays” parameter |
https://{SERVER_ADDRESS}/ADR/?IDLocalite=13201& Adresse=post&Instance=0&Taille=38&Licence={LICENCE_CODE}=&Version=1.1 |
400 Bad Request error |
Error on a parameter |
https://{SERVER_ADDRESS}/ADR/?Aresse=PYREN&IDLocalite=75120&Pays=FRA&Taille=38&Licence={LICENCE_CODE} |
400 Bad Request error |