PartsInvoiceHeader

Uses the Component:PartsInvoiceHeaderType

For each PartsInvoice represented in the DataArea of the PartsInvoice Business Object Document, there must be once occurrence of the Header Component.

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 
DocumentReferenceIdentificationGroup

A group of identifications that uniquely identifies this document

0..1ComponentDocumentReferenceIdentificationGroupType 
Date

Date component to specify date/time such as a parts order date or parts invoice date.

0..1ComponentDateType 
PaymentTerms

The PaymentTerms component represents the payment due dates and payment discount information.

0..1ComponentPaymentTermsType 
Price

Part Price.

0..*Field BasePriceType  
oag:Charge  0..*Component  
oag:Discount  0..*Component  
TaxabilityIndicator

Determines whether an item or amount is taxable.

0..1Field oag:IndicatorType  
Tax

Tax Type Component.

0..*ComponentTaxType 
CommonParty

Common generic Party component

0..*ComponentPartyABIEType 
InvoiceType

Invoice type component.

0..1ComponentInvoiceTypeType 
PartOrderType

Part Order Type component.

0..1ComponentPartOrderTypeType 
IncoTerms

The Incoterms (international Chamber of Commerce) rules have become an essential part of the daily language of trade. They have been incorporated in contracts for the sale of goods worldwide and provide rules and guidance to importers, exporters, lawyers, transporters, insurers and students of international trade.

0..1ComponentIncoTermsType 
Measurement

Part Measurement.

0..1Field BaseMeasurementType  

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

<PartsInvoiceHeader>
     <DocumentDateTime>......</DocumentDateTime>     [0..1]
     <DocumentIdentification>......</DocumentIdentification>     [0..1]
     <DocumentReferenceIdentificationGroup>......</DocumentReferenceIdentificationGroup>     [0..1]
     <Date>......</Date>     [0..1]
     <PaymentTerms>......</PaymentTerms>     [0..1]
     <Price>......</Price>     [0..*]
     <oag:Charge>......</oag:Charge>     [0..*]
     <oag:Discount>......</oag:Discount>     [0..*]
     <TaxabilityIndicator>......</TaxabilityIndicator>     [0..1]
     <Tax>......</Tax>     [0..*]
     <CommonParty>......</CommonParty>     [0..*]
     <InvoiceType>......</InvoiceType>     [0..1]
     <PartOrderType>......</PartOrderType>     [0..1]
     <IncoTerms>......</IncoTerms>     [0..1]
     <Measurement>......</Measurement>     [0..1]
</PartsInvoiceHeader>