-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path02-request-fuel-stop.json
More file actions
56 lines (56 loc) · 1.56 KB
/
02-request-fuel-stop.json
File metadata and controls
56 lines (56 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"stop": {
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.935242,
40.73061
],
[
-73.935242,
40.73161
],
[
-73.934242,
40.73161
],
[
-73.934242,
40.73061
],
[
-73.935242,
40.73061
]
]
]
},
"stop_name": "Updated Stop Name",
"stop_type": "fuel",
"address": "123 Updated St",
"city": "Updated City",
"state_province": "Updated State",
"country": "Updated Country",
"postal_code": "54321",
"stop_company_name": "Updated Stop Company",
"interstate": "I-85",
"phone": "987-654-3210",
"fax": "012-345-6789",
"total_parking_spaces": 100,
"prime_parking_spaces": 20,
"diesel_lanes": 8,
"def_lanes": 4,
"shower_count": 10,
"has_cat_scale": false,
"amenities": "WiFi, Showers, Restrooms, Parking",
"restaurants": "Diner, Fast Food, Cafe"
},
"metaData": {
"fuel_regular_price": 3.09,
"fuel_midgrade_price": 3.39,
"fuel_premium_price": 3.69,
"fuel_diesel_price": 2.89
}
}