Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.             "free_duration":30
  25.          },
  26.          "prepare":{
  27.             "price_per_min":10,
  28.             "free_duration":30
  29.          },
  30.          "driving":{
  31.             "price_per_min":10,
  32.             "price_per_km":20,
  33.             "free_distance":40
  34.          },
  35.          "parking":{
  36.             "price_per_min":10,
  37.             "free_duration":30,
  38.          },
  39.          "limit":{
  40.             "per_minute24h":1
  41.          }
  42.       },
  43.       "tariff_options":[
  44.          {
  45.             "id":1,
  46.             "name":"kasco",
  47.             "reserve":{
  48.                "add_price_per_min":10
  49.             },
  50.             "prepare":{
  51.                "add_price_per_min":10
  52.             },
  53.             "parking":{
  54.                "add_price_per_min":10
  55.             },
  56.             "driving":{
  57.                "add_price_per_min":10
  58.             }
  59.          }
  60.       ]
  61.    },
  62.    "model_version":"v1"
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement