Chapter 6. Repair Order Noun

Table of Contents

RepairOrder
Fields and Components
Sample XML
RepairOrderHeader
Fields and Components
Sample XML
DocumentIdentificationGroup
Fields and Components
Sample XML
DocumentIdentification
Fields and Components
Sample XML
AlternateDocumentIdentification
Fields and Components
Sample XML
DealerParty
Fields and Components
Sample XML
AlternatePartyDocument
Fields and Components
Sample XML
EffectivePeriod
Fields and Components
Sample XML
SpecifiedOrganization
Fields and Components
Sample XML
PrimaryContact
Fields and Components
Sample XML
SpecifiedPerson
Fields and Components
Sample XML
ResidenceAddress
Fields and Components
Sample XML
Privacy
Fields and Components
Sample XML
PrivacyPeriod
Fields and Components
Sample XML
TelephoneCommunication
Fields and Components
Sample XML
UsagePreference
Fields and Components
Sample XML
UnavailablePeriod
Fields and Components
Sample XML
AvailablePeriod
Fields and Components
Sample XML
FaxCommunication
Fields and Components
Sample XML
URICommunication
Fields and Components
Sample XML
PostalAddress
Fields and Components
Sample XML
SpecifiedOccupation
Fields and Components
Sample XML
PartyActionEvent
Fields and Components
Sample XML
OwnerParty
Fields and Components
Sample XML
Co-OwnerParty
Fields and Components
Sample XML
PrimaryDriver
Fields and Components
Sample XML
DriverParty
Fields and Components
Sample XML
SecondaryPrimaryDriver
Fields and Components
Sample XML
RepairOrderVehicleLineItem
Fields and Components
Sample XML
Vehicle
Fields and Components
Sample XML
TransmissionGroup
Fields and Components
Sample XML
ColorGroup
Fields and Components
Sample XML
Engine
Fields and Components
Sample XML
EffectiveMeanPressureMeasure
Fields and Components
Sample XML
PowerMeasure
Fields and Components
Sample XML
MeanPistonSpeedMeasure
Fields and Components
Sample XML
TorqueMeasure
Fields and Components
Sample XML
GearRatioGroup
Fields and Components
Sample XML
EngineDimensions
Fields and Components
Sample XML
Chassis
Fields and Components
Sample XML
Tank
Fields and Components
Sample XML
VehicleDimension
Fields and Components
Sample XML
CertificationGroup
Fields and Components
Sample XML
PreviousOwnerParty
Fields and Components
Sample XML
VehicleIdentificationGroup
Fields and Components
Sample XML
VehicleHistoryDateGroup
Fields and Components
Sample XML
Option
Fields and Components
Sample XML
OptionPricing
Fields and Components
Sample XML
Price
Fields and Components
Sample XML
ApplicableLocation
Fields and Components
Sample XML
DefinedContact
Fields and Components
Sample XML
VehicleMajorPartsProductItem
Fields and Components
Sample XML
Pricing
Fields and Components
Sample XML
VehicleMajorPartsProductItemConfiguration
Fields and Components
Sample XML
TelematicsSubscription
Fields and Components
Sample XML
StatusList
Fields and Components
Sample XML
SubscriptionList
Fields and Components
Sample XML
BrandedInfo
Fields and Components
Sample XML
FleetAccount
Fields and Components
Sample XML
FleetQuantity
Fields and Components
Sample XML
RepairOrderIndependentVehicleComponentLineItem
Fields and Components
Sample XML
Warranty
Fields and Components
Sample XML
WarrantyCancelServiceLaborHistory
Fields and Components
Sample XML
Diagnostics
Fields and Components
Sample XML
WarrantyCoverage
Fields and Components
Sample XML
WarrantyCoverageInterval
Fields and Components
Sample XML
ServiceContract
Fields and Components
Sample XML
ServiceContractPrePaidOPCodes
Fields and Components
Sample XML
CASE
Fields and Components
Sample XML
ServiceAdvisorParty
Fields and Components
Sample XML
RentLoaner
Fields and Components
Sample XML
Tax
Fields and Components
Sample XML
ServiceComponents
Fields and Components
Sample XML
Splits
Fields and Components
Sample XML
Sublet
Fields and Components
Sample XML
CodesAndCommentsExpanded
Fields and Components
Sample XML
VehicleConcernQuestionAnswer
Fields and Components
Sample XML
ServiceParts
Fields and Components
Sample XML
ReplacementSerialNumbers
Fields and Components
Sample XML
ItemIdentificationGroup
Fields and Components
Sample XML
ItemIdentification
Fields and Components
Sample XML
SoldByParty
Fields and Components
Sample XML
ServiceCampaign
Fields and Components
Sample XML
CampaignAssociatedServiceLaborHistory
Fields and Components
Sample XML
ServiceLabor
Fields and Components
Sample XML
LaborNarrative
Fields and Components
Sample XML
ServiceTechnicianParty
Fields and Components
Sample XML
ServiceLaborTimeValue
Fields and Components
Sample XML
ServiceTechnicianTimeCards
Fields and Components
Sample XML
TimeCard
Fields and Components
Sample XML
Coupon
Fields and Components
Sample XML
Transportation
Fields and Components
Sample XML
Damage
Fields and Components
Sample XML
RepairOrderStatus
Fields and Components
Sample XML
RequestDateRange
Fields and Components
Sample XML
Job
Fields and Components
Sample XML
WarrantyClaim
Fields and Components
Sample XML
ServiceCampaignExtended
Fields and Components
Sample XML
CodesAndComments
Fields and Components
Sample XML
PartsProductItem
Fields and Components
Sample XML
AlternateItemIDs
Fields and Components
Sample XML
FreeFormTextGroup
Fields and Components
Sample XML
JobReferback
Fields and Components
Sample XML
WarrantyClaimDeductible
Fields and Components
Sample XML
WholesalePreauthorization
Fields and Components
Sample XML
ServiceManagementAuthorization
Fields and Components
Sample XML
Towing
Fields and Components
Sample XML
Goodwill
Fields and Components
Sample XML
LaborInvoiceNumber
Fields and Components
Sample XML
PartsInvoiceNumber
Fields and Components
Sample XML
Statement
Fields and Components
Sample XML
PackageInformation
Fields and Components
Sample XML
InternalPay
Fields and Components
Sample XML
CustomerInformationRewardsCard
Fields and Components
Sample XML

RepairOrder

Uses the Component:RepairOrderType

Repair Order

Fields and Components

Table 6.1. Fields and Components

Name Description Occurrence Type Data Type User Notes
RepairOrderHeader

Repair Order Header

1..1ComponentRepairOrderHeaderType 
Job

Jobs related to Warranty Claim

0..*ComponentJobType 
JobReferback

Job Referback related to Internal Pay

0..*ComponentJobReferbackType 
WarrantyClaim

Warranty Claim information related to job

0..*ComponentWarrantyClaimType 
InternalPay

The InternalPay Component represents information about Internal pay work performed on vehicle.

0..*ComponentInternalPayType 
CustomerInformationRewardsCard

The Rewards card is a credit card, that when used by the customer, the customer can earn points with every purchase they make. These points can be used towards the purchase, or lease of a new vehicle.

0..1ComponentCustomerInformationRewardsCardType 

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.1. RepairOrder

<RepairOrder>
     <RepairOrderHeader>......</RepairOrderHeader>     [1..1]
     <Job>......</Job>     [0..*]
     <JobReferback>......</JobReferback>     [0..*]
     <WarrantyClaim>......</WarrantyClaim>     [0..*]
     <InternalPay>......</InternalPay>     [0..*]
     <CustomerInformationRewardsCard>......</CustomerInformationRewardsCard>     [0..1]
</RepairOrder>