Advertisement
Guest User

Epoch Request

a guest
Apr 26th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.60 KB | None | 0 0
  1. {
  2.    "id":"aa4b60eb-1e31-4f7d-b8c8-b59a785bd293",
  3.    "params":{
  4.       "distance_to_car":50,
  5.       "travel_time_to_car":100,
  6.       "user":{
  7.          "id":12,
  8.          "location":{
  9.             "lat":85.31,
  10.             "lng":81.2
  11.          }
  12.       },
  13.       "car":{
  14.          "id":1,
  15.          "location":{
  16.             "lat":85.31,
  17.             "lng":81.2
  18.          },
  19.          "fuel_in_tank":200
  20.       },
  21.       "baseline_offer":{
  22.          "reserve":{
  23.             "price_per_min":10,
  24.             "price_per_km":20,
  25.             "free_duration":30,
  26.             "free_distance":40
  27.          },
  28.          "prepare":{
  29.             "price_per_min":10,
  30.             "price_per_km":20,
  31.             "free_duration":30,
  32.             "free_distance":40
  33.          },
  34.          "driving":{
  35.             "price_per_min":10,
  36.             "price_per_km":20,
  37.             "free_duration":30,
  38.             "free_distance":40
  39.          },
  40.          "parking":{
  41.             "price_per_min":10,
  42.             "price_per_km":20,
  43.             "free_duration":30,
  44.             "free_distance":40
  45.          },
  46.          "limit":{
  47.             "per_minute24h":1
  48.          }
  49.       },
  50.       "tariff_options":[
  51.          {
  52.             "id":1,
  53.             "name":"kasco",
  54.             "reserve":{
  55.                "add_price_per_min":10
  56.             },
  57.             "prepare":{
  58.                "add_price_per_min":10
  59.             },
  60.             "parking":{
  61.                "add_price_per_min":10
  62.             },
  63.             "driving":{
  64.                "add_price_per_min":10
  65.             }
  66.          }
  67.       ]
  68.    },
  69.    "model_version":"v1"
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement