Sample Json
https://bus.srdvtest.com/v8/rest/GetBusCityList
City List Request JSON
{ "ClientId":"XXXX", "UserName":"XXXX", "Password":"XXXX" }
City List Response JSON
{ "Error":{ "ErrorCode":1, "ErrorMessage":null }, "Result":{ "CityList":[ { "CityId":9252, "CityName":" Bharuch (bypass)" }, { "CityId":5271, "CityName":"26th Mile(kerala)" }, { "CityId":1931, "CityName":"A K Pora" }, { "CityId":5392, "CityName":"A.i .area" } ] } }