Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.28 KB | None | 0 0
  1. // You can check the data received from my tickets in the following link https://go-bus.com/api/ApiTrips/MyTickets?userID=406695
  2.  
  3. // Body of the request
  4. {
  5.     "UserID":406695,
  6.     "userToken":"E8D4E1C5-1145-4069-AB04-15F4CF6417DD",
  7.     "CardID":1202197,
  8.     "CardStatusID":3,
  9.     "CardTypeID":2,
  10.     "JobID":2063067,
  11.     "CardTotalPrice":380,
  12.     "CardSeatsCount":2,
  13.     "ActionDate":"2019-04-24T22:33:00",
  14.     "myTrips":[
  15.         {
  16.             "CardID":1202197,
  17.             "TripSubData_Id":5470421,
  18.             "TripDateTime":"2019-04-27T03:10:00",
  19.             "TripOfficeFrom":"Cairo ( Almaza )",
  20.             "TripOfficeTo":"Hurghada",
  21.             "TripServKind":"Deluxe Plus",
  22.             "TripOfficeFrom_NameA":"القاهرة - الماظة",
  23.             "TripOfficeFrom_NameE":"Cairo ( Almaza )",
  24.             "TripOfficeTo_NameA":"الغردقة",
  25.             "TripOfficeTo_NameE":"Hurghada",
  26.             "TripServKind_NameA":"Deluxe Plus",
  27.             "TripServKind_NameE":"Deluxe Plus",
  28.             "TripTotalPrice":380,
  29.             "TripSeatsCount":2,
  30.             "Seats":[6,10],
  31.             "ResIDs":[29609498,29609499],
  32.             "SeatsPrices":[190,190],
  33.             "mySeats":[
  34.                 {"SeatNo":6,"ResID":29609498,"SeatPrice":190,"SeatStatusID":1},
  35.                 {"SeatNo":10,"ResID":29609499,"SeatPrice":190,"SeatStatusID":1}
  36.             ]
  37.         }
  38.     ],
  39.     "cardToken":"5DFF5CC1-7490-48C2-B372-75C257D55BC9"
  40. }
  41.  
  42. // Response
  43. {
  44.     "status": 200,
  45.     "msg": "failed_to_cancel"
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement