API - Description - CityDate - Response

Support DQE
Support DQE
  • Updated

Request success

The JSON response is a dictionary containing a one or more elements "X" whose value is a dictionary containing the following keys:            

KeyPossible valuesDescriptionType
Insee75113Insee code of the citySTRING(10)
LocaliteParisCity nameSTRING(50)
PaysFRISO 2 Code of the countrySTRING(2)
CodePostal75013Postal code of the city nameSTRING(10)
StatusOK/KO

Indicate if the city if valid of the given birthdate

OK or KO

STRING(2)

Example :

{
  "1": {
    "Localite": "EVRY",
    "Pays": "FR",
    "Insee": "89162",
    "CodePostal": "89140",
    "Status": "OK"
  },
  "3": {
    "Localite": "EVRY",
    "Pays": "FR",
    "Insee": "91228",
    "CodePostal": "91080",
    "Status": "KO"
  },
  "2": {
    "Localite": "EVRY",
    "Pays": "FR",
    "Insee": "91228",
    "CodePostal": "91000",
    "Status": "KO"
  }
}

Related to

Was this article helpful?

0 out of 0 found this helpful