File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ Field Key | Example Value | Field Format
53
53
dealershipAddress1: ' 1 Howard Street' ,
54
54
dealershipAddress2: ' ' ,
55
55
dealershipCity: ' Burlington' ,
56
+ dealershipCodes: [
57
+ {" dealertrack-post" : " futuredemodealer" },
58
+ {dtid: " 34482" },
59
+ {" dt-dr-profile" : " futuredemodealer" },
60
+ {" affiliate_promotions" : " avis" }
61
+ ],
62
+ dealershipFranchises: [' honda' ],
56
63
dealershipPostalCode: ' 05401' ,
57
64
dealershipStateProvince: ' VT' ,
58
65
dealershipCountry: ' US'
@@ -65,6 +72,8 @@ Field Key | Example Value | Field Format
65
72
` dealershipAddress1 ` | ` 1 Howard Street ` | ` String `
66
73
` dealershipAddress2 ` | | ` String `
67
74
` dealershipCity ` | ` Burlington ` | ` String `
75
+ ` dealershipCodes ` | ` See Example ` | ` Array of Objects `
76
+ ` dealershipFranchises ` | ` ['honda'] ` | ` Array `
68
77
` dealershipPostalCode ` | ` 05401 ` | ` String `
69
78
` dealershipStateProvince ` | ` VT ` | ` String `
70
79
` dealershipCountry ` | ` US ` | ` String `
You can’t perform that action at this time.
0 commit comments