summaryrefslogtreecommitdiff
path: root/sdl_android/src/androidTest/assets/json/GetWayPoints.json
blob: 8d06a9dd641516614e18c3d282469372b06a93f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "request":{
    "name":"GetWayPoints",
    "correlationID":196,
    "parameters":{
      "wayPointType":"DESTINATION"
    }
  },
  "response":{
    "name":"GetWayPointsResponse",
    "correlationID":197,
    "parameters":{
      "wayPoints":[
        {}, {}
      ]
    }
  }
}