Uses the Component:VehicleServiceHistoryHeaderType
Vehicle Service History Header
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..1 | Field | udt:DateTimeType | |
SecondaryPassword |
Secondary password used to validate access to the dealer information | 0..1 | Field | udt:TextType | |
SecondaryDealerNumberID |
Identifies secondary dealer number if different than primary "Dealer Number" | 0..1 | Field | udt:IdentifierType | |
DocumentIdentificationGroup |
A group of identifications that uniquely identifies this document | 1..1 | Component | DocumentIdentificationGroupType | |
ServiceDealerParty |
The dealer where service will occur. | 0..1 | Component | PartyABIEType | |
OwnerParty |
The owner of a vehicle, boat, engine, truck, trailer, or other item. | 0..* | Component | PartyABIEType | |
Co-OwnerParty |
The co-owner of a veheicle, boat, engine, truck, trailer, or other item. | 0..* | Component | PartyABIEType | |
PrimaryDriver |
The Primary Driver of a vehicle, boat, or other transportation item. | 0..1 | Component | PrimaryDriverType | |
SecondaryPrimaryDriver |
The Secondary Primary Driver of a vehicle, boat, or other transportation item. | 0..* | Component | PrimaryDriverType | |
VehicleServiceHistoryVehicleLineItem |
Detail information regarding a vehicle for a particular service appointment. | 1..1 | Component | VehicleServiceHistoryVehicleLineItemType | |
Warranty |
Warranty information associated with a vehicle. | 0..* | Component | WarrantyType | |
ServiceContract |
The ServiceContract component represents information about the extended service agreement on the vehicle. | 0..* | Component | ServiceContractType | |
CASE |
Customer arbitration information associated with job | 0..* | Component | CASEType | |
ServiceCampaign |
Service Campaign (Recall) associated with sublet | 0..* | Component | ServiceCampaignExtendedType | |
ServiceBulletin |
Information regarding Service Bulletins. | 0..* | Component | BulletinType | |
RelatedRepairServiceBulletin |
Related Repair Service Bulletins | 0..* | Component | BulletinType | |
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..1 | Component | PartyABIEType | |
SoldToParty |
The party to which good or services were sold. | 0..1 | Component | PartyABIEType | |
InServiceDealerParty |
The dealer who put the vehicle in service. | 0..1 | Component | PartyABIEType | |
DeliveryDealerParty |
The name and address information of the delivery dealer. | 0..1 | Component | PartyABIEType | |
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..1 | Field | 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..1 | Field | udt:TextType |
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>