Advertisement
Guest User

service-detail-transport-rental

a guest
May 21st, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "status": "OK",
  3.   "statusCode": 200,
  4.   "id" : 1,
  5.   "title" : "Travel ke Eropa",
  6.   "provider" : "Chicken Tour",
  7.   "imgUrl" : "www.travellensa.com/service.jpg",
  8.   "price" : "1000000",
  9.   "discountPrice" : "800000",
  10.   "location" : "Rome, Italy",
  11.   "providerImgUrl" : "www.travelensa.com/provider.jpg",
  12.   "category" : "Tour",
  13.   "rating" : 4.7,
  14.   "viewed" : 100,
  15.   "sold" : 10,
  16.   "date" : "3 days ago",
  17.   "comments" :
  18.     [
  19.       {
  20.         "username" : "Joko",
  21.         "userImgUrl" : "www.travellensa.com/images.jpg",
  22.         "content" : "Mantap!"
  23.         "commentReplies" :
  24.           [
  25.             {
  26.                "username" : "Budi",
  27.                "userImgUrl" : "www.image.com/images.jpg",
  28.                "content" : "Ikutan yuk"
  29.             }
  30.           ]
  31.       }
  32.     ],
  33.   "type" : "SUV",
  34.   "transmission" : "Automatic",
  35.   "seaters : 6,
  36.  "ratePerDay" : "1000000",
  37.  "year" : 2017,
  38.  "luggages: 2,
  39.   "insuranceRate" : "100000"
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement