Error type | Request | Response type |
Missing “Licence” parameter |
https://{SERVER_ADDRESS}/ESTOCADE/?Civilite={CIVILITY}&Nom={NAME}&Prenom={FIRST_NAME}&Adresse={ADDRESS}&CodePostal={POSTAL_CODE}&Ville={CITY}&Complement={ADDITIONAL_ADDRESS}&LieuDit={DEPENDENT_LOCALITY} |
400 Bad request error |
Empty “Licence” parameter |
https://{SERVER_ADDRESS}/ESTOCADE/?Civilite={CIVILITY}&Nom={NAME}&Prenom={FIRST_NAME}&Adresse={ADDRESS}&CodePostal={POSTAL_CODE}&Ville={CITY}&Complement={ADDITIONAL_ADDRESS}&LieuDit={DEPENDENT_LOCALITY}&Licence= | 400 Bad request error |
Incorrect licence code | https://{SERVER_ADDRESS}/ESTOCADE/?Civilite={CIVILITY}&Nom={NAME}&Prenom={FIRST_NAME}&Adresse={ADDRESS}&CodePostal={POSTAL_CODE}&Ville={CITY}&Complement={ADDITIONAL_ADDRESS}&LieuDit={DEPENDENT_LOCALITY}&Licence={INCORRECT_LICENCE_CODE} | Empty response |