Ana içeriğe geç

Mağaza ve Terminal (Store & Terminal)

Bu klasördeki endpoint'ler mağaza yönetimi, il/ilçe listesi ve terminal CRUD operasyonlarını içerir.

📋 Endpoint Listesi

DosyaMethodURLAçıklama
city.mdGET/generic/cityŞehir listesi (81 şehir, koordinat bilgileriyle)
district.mdGET/generic/city/{cityId}İlçe listesi (belirli bir il için)
create.mdPOST/storeMağaza oluşturma
list.mdGET/store?status&filterMağaza listesi (filtreleme ile)
get.mdGET/store/{store-code}Mağaza detayı sorgulama
update.mdPOST/store/{store-code}Mağaza bilgisi güncelleme
terminal-create.mdPOST/store/{store-code}/terminalTerminal oluşturma
terminal-list.mdGET/store/{store-code}/terminalTerminal listesi
terminal-get.mdGET/store/{store-code}/terminal/{terminal-code}Terminal detayı sorgulama
terminal-update.mdPOST/store/{store-code}/terminal/{terminal-code}Terminal bilgisi güncelleme