-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackend.json
41 lines (41 loc) · 1.07 KB
/
backend.json
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
{
"statusCode": 201,
"body": {
"Item": {
"model": "My Model 2",
"RequestTime": "2018-09-07T07:46:57.629Z",
"carName": "test car",
"modelYear": 2016,
"vin": "vinnnnnnn",
"brand": "Best Brand",
"CarId": "2",
"carStatus": {
"location": {
"available": true,
"lon": "-122.3942",
"lat": "37.7898"
},
"fuelEconomy": 6,
"fuel": 6,
"errors": [
"error0",
"error1"
],
"mileage": 10123
},
"features": {
"bodyControl": {
"available": true,
"status": "active"
},
"climateControl": {
"available": true,
"status": "active"
}
}
}
},
"headers": {
"Access-Control-Allow-Origin": "*"
}
}