POST
trnsfr/frPoint
Gets all points that can be the start point of a transfer.
Request Parameters | |||
---|---|---|---|
zone_id | Mandatory | ID of zone. | 1 |
Response Details
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
[ { "fr": "78::Ağva", "name": "Ağva", "type": "DIGER" }, { "fr": "19::Arnavutköy", "name": "Arnavutköy", "type": "DIGER" }, { "fr": "26::Ataşehir", "name": "Ataşehir", "type": "DIGER" }, { "fr": "2::Atatürk Havalimanı", "name": "Atatürk Havalimanı", "type": "HAVAALANI" }, { "fr": "18::Avcılar", "name": "Avcılar", "type": "DIGER" }, { "fr": "20::Bağcılar", "name": "Bağcılar", "type": "DIGER" }, { "fr": "20::Bahçelievler", "name": "Bahçelievler", "type": "DIGER" } ] |