VehicleServiceHistoryHeader

Uses the Component:VehicleServiceHistoryHeaderType

Vehicle Service History Header

Fields and Components

Table 6.2. Fields and Components

Name Description Occurrence Type Data Type User Notes
DocumentDateTime

Is the date and time the document was last created. This is not the date and time that the BOD message instance was created.

0..1Field udt:DateTimeType  
SecondaryPassword

Secondary password used to validate access to the dealer information

0..1Field udt:TextType  
SecondaryDealerNumberID

Identifies secondary dealer number if different than primary "Dealer Number"

0..1Field udt:IdentifierType  
DocumentIdentificationGroup

A group of identifications that uniquely identifies this document

1..1ComponentDocumentIdentificationGroupType 
ServiceDealerParty

The dealer where service will occur.

0..1ComponentPartyABIEType 
OwnerParty

The owner of a vehicle, boat, engine, truck, trailer, or other item.

0..*ComponentPartyABIEType 
Co-OwnerParty

The co-owner of a veheicle, boat, engine, truck, trailer, or other item.

0..*ComponentPartyABIEType 
PrimaryDriver

The Primary Driver of a vehicle, boat, or other transportation item.

0..1ComponentPrimaryDriverType 
SecondaryPrimaryDriver

The Secondary Primary Driver of a vehicle, boat, or other transportation item.

0..*ComponentPrimaryDriverType 
VehicleServiceHistoryVehicleLineItem

Detail information regarding a vehicle for a particular service appointment.

1..1ComponentVehicleServiceHistoryVehicleLineItemType 
Warranty

Warranty information associated with a vehicle.

0..*ComponentWarrantyType 
ServiceContract

The ServiceContract component represents information about the extended service agreement on the vehicle.

0..*ComponentServiceContractType 
CASE

Customer arbitration information associated with job

0..*ComponentCASEType 
ServiceCampaign

Service Campaign (Recall) associated with sublet

0..*ComponentServiceCampaignExtendedType 
ServiceBulletin

Information regarding Service Bulletins.

0..*ComponentBulletinType 
RelatedRepairServiceBulletin

Related Repair Service Bulletins

0..*ComponentBulletinType 
ServiceRepairWarningDescription

Contains instructions and early warning criteria from GM engineers related to the provided complaint codes.

0..*Field udt:TextType  
ShipToParty

The party receiving the goods or services.

0..1ComponentPartyABIEType 
SoldToParty

The party to which good or services were sold.

0..1ComponentPartyABIEType 
InServiceDealerParty

The dealer who put the vehicle in service.

0..1ComponentPartyABIEType 
DeliveryDealerParty

The name and address information of the delivery dealer.

0..1ComponentPartyABIEType 
TransactionCode

The transaction code is required to identify the process that is initiating the National Service History request. VIR = Vehicle Information Request, HVIRR = Host Vehicle Information request response, DMS = Complete request Vehicle, RO and Customer.

0..1Field udt:TextType  
Requestor

What process is requesting the NSH data. Service Write Up or Service Appointment. Nissan is limiting the data that is returned during an Appointment. Specifically TSB data is not returned for an Appointment.Values: SW=Service Write up, SA=ServiceAppointment

0..1Field udt:TextType  

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.2. VehicleServiceHistoryHeader

<VehicleServiceHistoryHeader>
     <DocumentDateTime>......</DocumentDateTime>     [0..1]
     <SecondaryPassword>......</SecondaryPassword>     [0..1]
     <SecondaryDealerNumberID>......</SecondaryDealerNumberID>     [0..1]
     <DocumentIdentificationGroup>......</DocumentIdentificationGroup>     [1..1]
     <ServiceDealerParty>......</ServiceDealerParty>     [0..1]
     <OwnerParty>......</OwnerParty>     [0..*]
     <Co-OwnerParty>......</Co-OwnerParty>     [0..*]
     <PrimaryDriver>......</PrimaryDriver>     [0..1]
     <SecondaryPrimaryDriver>......</SecondaryPrimaryDriver>     [0..*]
     <VehicleServiceHistoryVehicleLineItem>......</VehicleServiceHistoryVehicleLineItem>     [1..1]
     <Warranty>......</Warranty>     [0..*]
     <ServiceContract>......</ServiceContract>     [0..*]
     <CASE>......</CASE>     [0..*]
     <ServiceCampaign>......</ServiceCampaign>     [0..*]
     <ServiceBulletin>......</ServiceBulletin>     [0..*]
     <RelatedRepairServiceBulletin>......</RelatedRepairServiceBulletin>     [0..*]
     <ServiceRepairWarningDescription>......</ServiceRepairWarningDescription>     [0..*]
     <ShipToParty>......</ShipToParty>     [0..1]
     <SoldToParty>......</SoldToParty>     [0..1]
     <InServiceDealerParty>......</InServiceDealerParty>     [0..1]
     <DeliveryDealerParty>......</DeliveryDealerParty>     [0..1]
     <TransactionCode>......</TransactionCode>     [0..1]
     <Requestor>......</Requestor>     [0..1]
</VehicleServiceHistoryHeader>