PartsPriceListHeader

Uses the Component:PartsPriceListHeaderType

Parts Price List 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 
DefaultCurrencyCode

Currency used for transactions

0..1Field oacl:CurrencyCodeContentType  
EffectivePeriod

A specific period of time such as the length of time between two known date/time points, from a start date onwards, or up to an end date of when something is effective.

0..1ComponentPeriodABIEType 
PublisherParty

Identifies the publisher organization/entity of the Catalog or transaction in which it is associated for the associated.

0..1ComponentPartyABIEType 
CustomerParty

Is the organization that is the end customer of the goods or services being provided in the associated transaction.

0..*ComponentPartyABIEType 
PriceBreak

This defines the prices and modifiers to the price for buying a given quantity or value of an item or item category on a price list line. For Price List Lines that specify Items the price breaks can be specified in terms of quantity or amount. For Price list lines that specify commodity, price breaks can only be specified in terms of currency amount.

0..1ComponentPriceBreakType 
PriceListQualifier

This is a STAR specific version of the OAGIS 9.1 PriceListQualifier. This qualifies the intended audience or group of users of a Price List Qualifications for a given price list include, (but are not limited to): * Suppliers, Customers or Manufacturers * Specific Customer Site * Suppliers, Customers or Manufacturers * Catalogs

0..1ComponentPriceListQualifierOAGIType 
SalesProgram

Name of the sales program that sets these prices

0..*ComponentSalesProgramType 

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. PartsPriceListHeader

<PartsPriceListHeader>
     <DocumentDateTime>......</DocumentDateTime>     [0..1]
     <SecondaryPassword>......</SecondaryPassword>     [0..1]
     <SecondaryDealerNumberID>......</SecondaryDealerNumberID>     [0..1]
     <DocumentIdentificationGroup>......</DocumentIdentificationGroup>     [1..1]
     <DefaultCurrencyCode>......</DefaultCurrencyCode>     [0..1]
     <EffectivePeriod>......</EffectivePeriod>     [0..1]
     <PublisherParty>......</PublisherParty>     [0..1]
     <CustomerParty>......</CustomerParty>     [0..*]
     <PriceBreak>......</PriceBreak>     [0..1]
     <PriceListQualifier>......</PriceListQualifier>     [0..1]
     <SalesProgram>......</SalesProgram>     [0..*]
</PartsPriceListHeader>