SalesOffer

Uses the Component:SalesOfferType

Sales Offer Information.

Fields and Components

Table 6.62. Fields and Components

Name Description Occurrence Type Data Type User Notes
DocumentIdentification

A group of identifications that uniquely identifies this document

0..*ComponentDocumentIdentificationType 
Pricing

Provides pricing infomation.

0..*ComponentPricingABIEType 
Vehicle

Common vehicle component

0..*ComponentVehicleABIEType 
Option

The Option represents information about a vehicle's options.

0..*ComponentOptionABIEType 
VehicleMajorPartsProductItem

The vehicle's major assemblies.

0..*ComponentVehicleMajorPartsProductItemType 
Part

This is the basic information to identify a Part.

0..*ComponentPartType 
Service

Credit Application Service

0..*ComponentServiceType 
DealerProduct

Dealer Products description.

0..*Field oag: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.71. SalesOffer

<SalesOffer>
     <DocumentIdentification>......</DocumentIdentification>     [0..*]
     <Pricing>......</Pricing>     [0..*]
     <Vehicle>......</Vehicle>     [0..*]
     <Option>......</Option>     [0..*]
     <VehicleMajorPartsProductItem>......</VehicleMajorPartsProductItem>     [0..*]
     <Part>......</Part>     [0..*]
     <Service>......</Service>     [0..*]
     <DealerProduct>......</DealerProduct>     [0..*]
</SalesOffer>