Add New City

Create a new city with its communes.

Back to Cities

City Information

Expected JSON format:

[
  {"code": "COM001", "name": "Commune Name 1"},
  {"code": "COM002", "name": "Commune Name 2"},
  {"code": "COM003", "name": "Commune Name 3"}
]
Cancel