View difference between Paste ID: KTe4znER and NKNghSbA
SHOW: | | - or go back to the newest paste.
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-
  "prices" : [
33+
  "type" : "SUV",
34-
    "4hour" : "100000",
34+
  "transmission" : "Automatic",
35-
    "8hour" : "180000",
35+
  "seaters : 6,
36-
    "12hour" : "260000"
36+
  "ratePerDay" : "1000000",
37-
  ],
37+
  "year" : 2017,
38-
  "license" : true
38+
  "luggages: 2,
39
  "insuranceRate" : "100000"
40
}