Header :
https://{SERVER_ADDRESS}/SINGLE/?Pays={COUNTRY_CODE}&Licence={LICENCE_CODE}&Lat={LATITUDE}&Lon={LONGITUDE}&DistAdr={DISTANCE}
Simply replace the elements between braces with your parameters :
Parameter | Expected value type | Value description | Mandatory/Optional |
Server address | {SERVER_ADDRESS} | the address of the DQE server that will process the data | Mandatory |
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 |
Lon | {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 |