CityDate POST request:
Header: https://{SERVER_ADDRESS}/CPFRA/
The value {SERVER_ADDRESS} is the address of the DQE server that will process the data.
Simply add the parameters below in the Body to "x-www-form-urlencoded":
| Parameter | Expected value type | Value description | Mandatory/Optional |
| Licence | {LICENCE_CODE} | Licence code | Mandatory |
| DDN | {BIRTHDATE} | Birthdate (format : AAAA-MM-DD) | Mandatory |
| INSEE | {INSEE_CODE} | Insee code | One of these three fields in mandatory |
| CP | {POSTAL_CODE} | Postal Code | |
| Localite | {CITY_NAME} | City Name |
Related to