Header : https://{SERVER_ADDRESS}/SINGLE/
The value SERVER_ADDRESS is the address of the DQE server that will process the data.
Simply add the following parameters in the Body in "x-www-form-urlencoded":
Parameter | Expected value type | Value description | Mandatory/Optional |
Pays | {COUNTRY_CODE} | Iso code with 3 letters of the country (ex : FRA) | Mandatory |
Licence | {LICENCE_CODE} | the number you were assigned as a license code | Mandatory |
Lat | {LATITUDE} | latitude in decimal 8 digits (DECIMAL(8)) | Mandatory |
Long | {LONGITUDE} | longitude in decimal 8 digits (DECIMAL(8)) | Mandatory |
DistAdr | {DISTANCE} | allows you to define the radius whose center is defined by (X,Y) (in km) | Mandatory |