ServiceCampaign

Uses the Component:ServiceCampaignExtendedType

Service Campaign (Recall) associated with sublet

Fields and Components

Table 6.49. Fields and Components

Name Description Occurrence Type Data Type User Notes
CampaignNumberString

Manufacturer assigned campaign number

0..1Field qdt:StringType  
CampaignOptionCode

Manufacturer assigned Campaign Option Code

0..1Field udt:CodeType  
CampaignReimbursementCode

A campaign related field specifying the reimbursement code for a campaign service. Reimbursement codes denote the mix of part and labor operations the dealer used to perform the service. Ex: Numeric value between 1 and 9

0..1Field udt:CodeType  
CampaignDescription

Service Campaign Description

0..*Field udt:TextType  
CampaignDispositionCode

A campaign related field specifying the disposition of a campaign Ex: completed, open, etc.

0..1Field udt:CodeType  
SupplementalCampaignIndicator

Denotes whether claim is actual campaign service or additional service, but still related to the campaign

0..1Field udt:IndicatorType  
CampaignNotes

Free form comments related to campaign

0..1Field udt:TextType  
CampaignTypeCode

The type of campaign code. (i.e. recall code)

0..1Field udt:CodeType  
CampaignDate

A date related to the Campaign Type code.

0..1Field udt:DateType  
CampaignGroupCode

A campaign group code.

0..1Field udt:CodeType  
CampaignSubGroupCode

A campaign sub group code.

0..1Field udt:CodeType  
CampaignExpirationDate

The date the campaign will expire.

0..1Field udt:DateType  
CampaignTypeDescription

Description of the Campaign Type Code

0..1Field udt:TextType  
OriginalCampaignNumber

The original campaign number of this recall

0..1Field udt:TextType  
CampaignBulletinID

Identification of the service bulletin associated with a particular campaign

0..1Field udt:IdentifierType  
CampaignAssociatedServiceLaborHistory

The service labor history associated with the campaign.

0..*ComponentServiceLaborHistoryType 
RepairStatusCode

Allows the dealer to indicate to customer the current repair status of the service campaign problem.

0..1Field sqdt:RepairStatusCodeType  
ServiceBulletinURI

A URI where information about a service bulletin may be found.

0..*Field qdt:URIType  
SuperceededCampaignNumberString

The campaign number that is superceeded by the current Campaign Number.

0..1Field qdt:StringType  
AlternateRepairCenterIndicator

Indicates whether the repair can occur at an authorized repair center not at the dealership. An example would be, Travel Centers of America.

0..1Field udt:IndicatorType  
ServiceParts

Provides the parts that were used or associated with this Service Campaign.

0..*ComponentServicePartsType 
CustomerMemoText

Message for the Customer regarding the Service Campaign.

0..*Field udt:TextType  
ServiceLabor

The ServiceLabor Component represents information about the Labor used for the vehicle repair.

0..*ComponentServiceLaborType 
ServiceAdvisorParty

Represents the Service Advisor responsible for a repair, service appointment, etc.

0..*ComponentPartyABIEType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.49. ServiceCampaign

<ServiceCampaign>
     <CampaignNumberString>......</CampaignNumberString>     [0..1]
     <CampaignOptionCode>......</CampaignOptionCode>     [0..1]
     <CampaignReimbursementCode>......</CampaignReimbursementCode>     [0..1]
     <CampaignDescription>......</CampaignDescription>     [0..*]
     <CampaignDispositionCode>......</CampaignDispositionCode>     [0..1]
     <SupplementalCampaignIndicator>......</SupplementalCampaignIndicator>     [0..1]
     <CampaignNotes>......</CampaignNotes>     [0..1]
     <CampaignTypeCode>......</CampaignTypeCode>     [0..1]
     <CampaignDate>......</CampaignDate>     [0..1]
     <CampaignGroupCode>......</CampaignGroupCode>     [0..1]
     <CampaignSubGroupCode>......</CampaignSubGroupCode>     [0..1]
     <CampaignExpirationDate>......</CampaignExpirationDate>     [0..1]
     <CampaignTypeDescription>......</CampaignTypeDescription>     [0..1]
     <OriginalCampaignNumber>......</OriginalCampaignNumber>     [0..1]
     <CampaignBulletinID>......</CampaignBulletinID>     [0..1]
     <CampaignAssociatedServiceLaborHistory>......</CampaignAssociatedServiceLaborHistory>     [0..*]
     <RepairStatusCode>......</RepairStatusCode>     [0..1]
     <ServiceBulletinURI>......</ServiceBulletinURI>     [0..*]
     <SuperceededCampaignNumberString>......</SuperceededCampaignNumberString>     [0..1]
     <AlternateRepairCenterIndicator>......</AlternateRepairCenterIndicator>     [0..1]
     <ServiceParts>......</ServiceParts>     [0..*]
     <CustomerMemoText>......</CustomerMemoText>     [0..*]
     <ServiceLabor>......</ServiceLabor>     [0..*]
     <ServiceAdvisorParty>......</ServiceAdvisorParty>     [0..*]
</ServiceCampaign>