Code | Description | Internal Description | UI Display |
10 | Correct address | Valid address | Valid address |
20 | Correct address (street not recognized but it is a cedex or a PO Box) | Valid address | Valid address |
21 | Small city street number out of bounds | Please confirm the address with the client (street number does not exist) | Please check your postal address |
22 | Small city street number not provided (the rest of the address is correct) | Please confirm the address with the client (street number does not exist) | Please check your postal address |
23 | Large city street number out of bounds | Please confirm the address with the client (street number does not exist) | Please check your postal address |
24 | Large city house number not provided (the rest of the address is correct) | Please confirm the address with the client (street number does not exist) | Please check your postal address |
25 | Cedex address unknown from cedexa (if cedexa activated) | Please confirm the address with the client (street number does not exist) | Please check your postal address |
30 | Small city street name not found | Please confirm the address with the client (street number does not exist) | Please check your postal address |
41 | Small city street name missing | Please confirm the address with the client (street number does not exist) | Please check your postal address |
50 | Large city street name not found | Please confirm the address with the client (street number does not exist) | Please check your postal address |
61 | Large city street name missing | Please confirm the address with the client (street number does not exist) | Please check your postal address |
70 | Zip/City not found (a street name was provided) | Address is incorrect. The postal code/city do not match. | Please check your postal address |
80 | Zip/City not found (no street name was provided) | Address is incorrect. The postal code/city do not match. | Please check your postal address |
81 | Address not filled in | Address not filled in | Please check your postal address |
90 | International address detected | Valid address | Valid address |
95 | Missing or incorrect country code | Missing or incorrect country code | Please check your postal address |
Examples:
- Code 10 :
https://{SERVER_ADDRESS}/RNVP/?Adresse=%7C102%20rue%20victor%20hugo%7C%7C92300%7Clevallois%20perret&Instance=0&Taille=38&Pays=FRA&Licence={LICENCE_CODE}
- Code 20 :
https://{SERVER_ADDRESS}/RNVP/?Adresse=%7C%7CChessy%7C77777%7CMARNE%20LA%20VALLEE%20CEDEX%204&Instance=0&Taille=38&Pays=FRA&Licence={LICENCE_CODE}
- Code 21 :
https://{SERVER_ADDRESS}/RNVP/?Adresse=%7C5%20Rue%20des%20amandiers%7C%7C17940%7CRivedouxplage&Instance=0&Taille=38&Pays=FRA&Licence={LICENCE_CODE}
- Code 22 :
https://{SERVER_ADDRESS}/RNVP/?Adresse=%20%7CRue%20des%20amandiers%7C%7C17940%7CRivedoux%20plage&Instance=0&Taille=38&Pays=FRA&Licence={LICENCE_CODE}
- Code 23 :
https://{SERVER_ADDRESS}/RNVP/?Adresse=%7C35%20Rue%20daubigny%7C%7C75017%7CParis&Instance=0&Taille=38&Pays=FRA&Licence={LICENCE_CODE}
- Code 24 :
https://{SERVER_ADDRESS}/RNVP/?Adresse=%7CRue%20daubigny%7C%7C75017%7CParis&Instance=0&Taille=38&Pays=FRA&Licence={LICENCE_CODE}
- Code 30 :
https://{SERVER_ADDRESS}/RNVP/?Adresse=%7CRuedaubigny%7C%7C17940%7CRivedoux%20plage&Instance=0&Taille=38&Pays=FRA&Licence={LICENCE_CODE}
- Code 41 :
https://{SERVER_ADDRESS}/RNVP/?Adresse=%7C%7C%7C17940%7CRivedoux%20plage&Instance=0&Taille=38&Pays=FRA&Licence={LICENCE_CODE}
- Code 50 :
https://{SERVER_ADDRESS}/RNVP/?Adresse=%7Crue%20du%20four%7C%7C17000%7CLa%20rochelle&Instance=0&Taille=38&Pays=FRA&Licence={LICENCE_CODE
- Code 61 :
https://{SERVER_ADDRESS}/RNVP/?Adresse=%7C%7C%7C75017%7CParis&Instance=0&Taille=38&Pays=FRA&Licence={LICENCE_CODE}
- Code 70 :
https://{SERVER_ADDRESS}/RNVP/?Adresse=%7Crue%20daubigny%7C%7C17000%7CParis&Instance=0&Taille=38&Pays=FRA&Licence={LICENCE_CODE}
- Code 80 :
https://{SERVER_ADDRESS}/RNVP/?Adresse=%7C%7C%7C17000%7CParis&Instance=0&Taille=38&Pays=FRA&Licence={LICENCE_CODE}
- Code 90 :
https://{SERVER_ADDRESS}/RNVP/?Adresse=%7C20%20Avenue%20Monbijou%20%7C%20%7C%204960%7CMALMEDY&Instance=0&Taille=38&Pays=FRA&Licence={LICENCE_CODE}
-
Code 95 :
https://{SERVER_ADDRESS}/RNVP/?Adresse=%7C102%20rue%20victor%20hugo%7C%7C92300%7Clevallois%20perret&Instance=0&Taille=38&Pays=FR&Licence={LICENCE_CODE}