Get City List By Province Id

URL

The endpoint and http method information showing the districts according to the province code specified in the request are given below.

HTTP Method URL
POST /v1/StaticData/GetCityListByProvinceId

Request Params

Params Type Mandatory Description
id int Yes Plate Code Of The Relevant City

REQUEST (POST):

"id":38

RESPONSE:

[
    "Bünyan",
    "Develi",
    "Felahiye",
    "İncesu",
    "Pınarbaşı",
    "Sarıoğlan",
    "Sarız",
    "Tomarza",
    "Yahyalı",
    "Yeşilhisar",
    "Akkışla",
    "Talas",
    "Kocasinan",
    "Melikgazi",
    "Hacılar",
    "Özvatan"
]