Ana içeriğe geç

Region List API

Bu yöntem, belirli bir ülke için bölge listesini almak için kullanılır.

Endpoint

GET https://mg.mescogo.com/gw/common/common/region-list?countryCode=TR
ÖzellikDeğer
URIBaseURL/common/common/region-list?countryCode={countryCode}
MethodGET
Content-Typeapplication/json

Yetkilendirme

Basic Auth zorunludur. MescoMg tarafından sağlanan API kimlik bilgilerini kullanın.

Query Parametreleri

ParametreTipAçıklama
countryCodestringBölgeleri listelemek için ülke kodu

Örnek Response

{
"Status": {
"Code": 200,
"Description": "Success"
},
"RegionList": [
{
"Code": "1",
"Name": "Istanbul"
}
]
}