Header:
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={LICENCE_CODE}
Simply replace the items in braces with your information :
Parameter | Expected value type | Value description | Mandatory/Optional |
Server address | {SERVER_ADDRESS} | Address of the DQE server that will process the data | Mandatory |
Licence | {LICENCE_CODE} | Number assigned to you as your license code | Mandatory |
Civilite | {CIVILITY} | Civility of the individual | Optional |
Nom | {NAME} | Last name of the individual | Mandatory |
Prenom | {FIRST_NAME} | First name of the individual | Mandatory |
Adresse | {ADDRESS} | Street number, type and name | Mandatory |
CodePostal | {POSTAL_CODE} | Postal code | Mandatory |
Ville | {CITY} | City name | Mandatory |
Complement | {ADDITIONAL_ADDRESS} | Additional address (line 3: building, residence, etc...) | Optional |
LieuDit | {DEPENDENT_LOCALITY} | Dependent locality | Optional |