Incentive
v0.1.0An OEM, dealer, lender, or regional incentive — a rebate, subvented APR, lease-cash, or bonus-cash offer that can be applied to a Deal to reduce price, buy down a rate, or improve lease economics. Incentives are catalog records: they are matched against a vehicle and customer at desking time via their eligibility and applies_to constraints, then referenced by id from a Deal's incentive lines. Money and rate structures follow ADF's <finance> block conventions (amount/percent/balance types), and program_code mirrors the OEM program identifiers surfaced through AutomotiveAPI incentive feeds.
Resources
deals.list_incentivesdeals.get_incentiveincentive.example.jsonJSON
{
"id": "9b2d4f7a-1c63-4e58-8a90-3d5e6f0b7c21",
"source_ids": [
{
"system": "automotive_api",
"id": "26CQ-BONUS-SE",
"sequence": 1
},
{
"system": "dms",
"id": "REBATE-40218",
"sequence": 2
}
],
"name": "2026 Conquest Bonus Cash",
"type": "conquest",
"status": "active",
"provider": "oem",
"funding_source_name": "General Motors",
"program_code": "26CQ1",
"offer_number": "GM-OFFER-40218",
"cash_amount": {
"amount": 1000,
"currency": "USD"
},
"max_cash_amount": {
"amount": 1500,
"currency": "USD"
},
"stackable": true,
"not_stackable_with": [],
"stackable_with_types": [
"apr",
"customer_cash",
"lease_special"
],
"passes_to_consumer": true,
"priority": 20,
"eligibility": {
"conditions": [
"Customer must currently own or lease a 2015 or newer competitive (non-GM) make",
"Proof of ownership required at delivery",
"Trade-in not required"
],
"requires_finance": false,
"requires_trade": false,
"requires_proof": true,
"min_credit_tier": "tier_3",
"min_age": 18,
"prior_owner_makes": [
"Ford",
"Toyota",
"Honda",
"Nissan",
"Hyundai"
],
"prior_owner_min_year": 2015,
"residency_states": [
"FL",
"GA",
"SC"
],
"redeemable_once_per_customer": true,
"certificate_required": true
},
"certificate_number": "CQ-2026-SE-8842001",
"applies_to": {
"makes": [
"Chevrolet"
],
"models": [
"Equinox",
"Blazer"
],
"years": [
2025,
2026
],
"trims": [
"LT",
"RS",
"Premier"
],
"body_styles": [],
"fuel_types": [
"gasoline"
],
"vins": [],
"stock_numbers": [],
"condition": "new",
"min_days_in_stock": 0,
"max_msrp": {
"amount": 55000,
"currency": "USD"
}
},
"region": "Southeast",
"eligible_countries": [
"US"
],
"currency": "USD",
"start_date": "2026-06-01",
"end_date": "2026-07-06",
"delivery_by_date": "2026-07-06",
"claim_deadline": "2026-07-21",
"disclosure": "$1,000 Conquest Bonus Cash available to customers who currently own or lease a 2015 model year or newer non-GM vehicle. Proof of ownership required. Can be combined with most other current offers. Residency restrictions apply. Take new retail delivery by 7/6/2026.",
"disclosure_url": "https://www.chevrolet.com/offers/current-offers",
"created_at": "2026-06-01T08:00:00-04:00",
"updated_at": "2026-06-29T10:15:00-04:00",
"extensions": {
"oem:eligible_competitive_makes": [
"Ford",
"Toyota",
"Honda"
]
}
}Object shapes align with the AutomotiveAPI open data standard where sensible, and with the industry's ADF lead format — so a conformant server maps cleanly onto systems dealers already run.