Service Campaign
Represents a service campaign that offers Service Items to vehicles. Campaigns define the time period, target brands/countries/companies, and activation rules for their service items.
| Property | Summary |
|---|---|
ID long |
The unique identifier for this campaign. |
Name Dictionary<string, string> |
The multilingual name of the campaign (keyed by language code). |
UniqueReference string |
A unique reference identifier for this campaign. |
StartDate DateTime |
The date from which this campaign is active. |
ExpireDate DateTime |
The date after which this campaign expires. |
BrandIDs IEnumerable<long?> |
The brand IDs this campaign targets. |
CountryIDs IEnumerable<long?> |
The country IDs this campaign is available in. |
CompanyIDs IEnumerable<long?> |
The company IDs this campaign is available for. |
ActivationTrigger ClaimableItemCampaignActivationTrigger |
What triggers this campaign to activate (e.g., on vehicle sale or manually). |
ActivationType ClaimableItemCampaignActivationTypes |
The activation type for this campaign (e.g., Automatic, Manual). |
VehicleInspectionTypeID long? |
The vehicle inspection type required for this campaign, if any. |