Skip to content

Commit c76a3c6

Browse files
committed
Add link and status fields on Vehicle Event to documentation.
1 parent 97cfe7f commit c76a3c6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

source/includes/_events.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Field Key | Example Value | Field Format
110110
internetPrice: 33000,
111111
interiorColor: "White",
112112
inventoryType: "new",
113+
link: "https://www.roimotors.com/new/Honda/2020-Honda-Accord-burlington-ab119e0e0a0a00f944d6f3031cd34854.htm",
113114
make: "Honda",
114115
model: "CR-V",
115116
modelCode: "RW1H9LKNW",
@@ -121,11 +122,12 @@ Field Key | Example Value | Field Format
121122
"321"
122123
],
123124
startingPrice: 34000,
125+
status: "live",
124126
stockNumber: "00100060",
125127
transmission: "Variable",
126128
trim: "Touring 2WD",
127-
uuid: "a897d95c0a0a00f95adba92bfd388557",
128-
vin: "7FARW1H9XLE000953",
129+
uuid: "ab119e0e0a0a00f944d6f3031cd34854",
130+
vin: "1HGCV1F42JA141468",
129131
year: 2020
130132
}
131133
```
@@ -181,6 +183,7 @@ Field Key | Example Value | Field Format | Status
181183
`interiorColor` | `Black` | `String`
182184
`internetPrice` | `33000` | `Integer` | `Deprecated`
183185
`inventoryType` | `new` | `String`
186+
`link` | `https://www.roimotors.com/new/Honda/2020-Honda-Accord-burlington-ab119e0e0a0a00f944d6f3031cd34854.htm` | `String`
184187
`make` | `Honda` | `String`
185188
`model` | `Accord` | `String`
186189
`modelCode` | `RW1H9LKNW` | `String`
@@ -190,12 +193,13 @@ Field Key | Example Value | Field Format | Status
190193
`retailValue` | `32000` | `Integer` | `Deprecated`
191194
`salePrice` | `32000` | `Integer` | `Deprecated`
192195
`startingPrice` | `34000` | `Integer`
196+
`status` | `live` | `String`
193197
`stockNumber` | `00180772` | `String`
194198
`transmission` | `Variable` | `String`
195199
`trim` | `EX` | `String`
196200
`uuid` | `ab119e0e0a0a00f944d6f3031cd34854` | `String`
197201
`vin` | `1HGCV1F42JA141468` | `String`
198-
`year` | `2018` | `Integer`
202+
`year` | `2020` | `Integer`
199203

200204
# Event Subscriptions
201205

0 commit comments

Comments
 (0)