Uses the Component:SalesOfferType
Sales Offer Information.
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..* | Component | DocumentIdentificationType | |
Pricing |
Provides pricing infomation. | 0..* | Component | PricingABIEType | |
Vehicle |
Common vehicle component | 0..* | Component | VehicleABIEType | |
Option |
The Option represents information about a vehicle's options. | 0..* | Component | OptionABIEType | |
VehicleMajorPartsProductItem |
The vehicle's major assemblies. | 0..* | Component | VehicleMajorPartsProductItemType | |
Part |
This is the basic information to identify a Part. | 0..* | Component | PartType | |
Service |
Credit Application Service | 0..* | Component | ServiceType | |
DealerProduct |
Dealer Products description. | 0..* | Field | oag: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.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>