Skip to content

Instantly share code, notes, and snippets.

@afrigis
Created September 3, 2015 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afrigis/f2067ae85f36e91efc2a to your computer and use it in GitHub Desktop.
Save afrigis/f2067ae85f36e91efc2a to your computer and use it in GitHub Desktop.
gautrain.mobileServer.fareCalculatorServlet.getFareTypes
{
"Host": "127.0.1.1",
"HostAddr": "196.35.231.47",
"HostName": "196.35.231.47",
"ResponseTime": 421425312,
"Result": {"FareTypes": [
{
"Description": "Single trip fares are applicable if you do not have a valid 10-Trip Saver Pass or a 40-Trip Super Saver Pass. Buy single trips if you are an occasional rail user.",
"Id": 1,
"Name": "Single-trip",
"Order": 0
},
{
"Description": "The 10-Trip Pass gives you 10 single trips between any two pre-chosen stations. The pass will expire after 7 days even if you haven\u2019t used all the trips.",
"Id": 2,
"Name": "10-Trip Saver Pass",
"Order": 1
},
{
"Description": "The 40-Trip Super Saver Pass gives you 40 single trips between any two pre-chosen stations. The pass will expire after 28 days even if you haven\u2019t used all the trips.",
"Id": 3,
"Name": "40-Trip Super Saver",
"Order": 2
}
]},
"StatusCode": 0,
"Timestamp": "Thu Sep 03 12:55:22 SAST 2015"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment