POST
trnsfr/toPoint
Gets all points that can be the end point of the selected start point.
Request Parameters | |||
---|---|---|---|
fr | Mandatory | Identifier of pickup point | 2::Atatürk Havalimanı |
Response Details
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[ { "to": "78::Ağva", "name": "Ağva", "type": "DIGER" }, { "to": "19::Arnavutköy", "name": "Arnavutköy", "type": "DIGER" }, { "to": "26::Ataşehir", "name": "Ataşehir", "type": "DIGER" }, { "to": "18::Avcılar", "name": "Avcılar", "type": "DIGER" } ] |