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 oag:xbt_DateTimeType  
DocumentIdentification

A group of identifications that uniquely identifies this document

0..1ComponentDocumentIdentificationType 
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..1Componentoag:TimePeriodType 
PriceListDetails

Price List Details.

0..1ComponentPriceListDetailsType 
SalesOrganization

Sales Organization.

0..1Field oag:TextType  
RequestCode

The request code.

0..1Field oag:CodeType  
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..*ComponentPriceBreakType 
SalesCampaign

Sales Campaign Component to communicate sales promotions or sales programs.

0..1ComponentSalesCampaignType 

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]
     <DocumentIdentification>......</DocumentIdentification>     [0..1]
     <EffectivePeriod>......</EffectivePeriod>     [0..1]
     <PriceListDetails>......</PriceListDetails>     [0..1]
     <SalesOrganization>......</SalesOrganization>     [0..1]
     <RequestCode>......</RequestCode>     [0..1]
     <PublisherParty>......</PublisherParty>     [0..1]
     <CustomerParty>......</CustomerParty>     [0..*]
     <PriceBreak>......</PriceBreak>     [0..*]
     <SalesCampaign>......</SalesCampaign>     [0..1]
</PartsPriceListHeader>