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.
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..1 | Field | oag:xbt_DateTimeType | |
| DocumentIdentification |
A group of identifications that uniquely identifies this document | 0..1 | Component | DocumentIdentificationType | |
| DefaultCurrency |
Default global currency that can be used in all amounts. It can be overwrittten in individual amounts by populating the "currency" attribute in the Amount Data Type. | 0..1 | Field | oag:clm542173A20090305_ISO3AlphaCurrencyCodeContentType | |
| DefaultLanguage |
Default language. It can be overwrittten in individual data elements in the BOD if needed. | 0..1 | Field | sqdt:LanguageCodeType | |
| DocumentReferenceIdentificationGroup |
A group of identifications that uniquely identifies this document | 0..1 | Component | DocumentReferenceIdentificationGroupType | |
| Date |
Date component to specify date/time such as a parts order date or parts invoice date. | 0..1 | Component | DateType | |
| PaymentTerms |
The PaymentTerms component represents the payment due dates and payment discount information. | 0..1 | Component | PaymentTermsType | |
| Price |
Part Price. | 0..* | Field | BasePriceType | |
| Surcharge |
Surcharge Component. | 0..* | Component | BaseSurchargeType | |
| Discount |
Discount Component. | 0..* | Component | BaseDiscountType | |
| TaxabilityIndicator |
Determines whether an item or amount is taxable. | 0..1 | Field | oag:IndicatorType | |
| Tax |
Base Tax Component. | 0..* | Component | BaseTaxType | |
| CommonParty |
Common generic Party component | 0..* | Component | PartyABIEType | |
| InvoiceType |
Invoice type component. | 0..1 | Component | InvoiceTypeType | |
| PartOrderType |
Part Order Type component. | 0..1 | Component | PartOrderTypeType | |
| 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..1 | Component | IncoTermsType | |
| Measurement |
Part Measurement. | 0..1 | Field | BaseMeasurementType |
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]
<DefaultCurrency>......</DefaultCurrency> [0..1]
<DefaultLanguage>......</DefaultLanguage> [0..1]
<DocumentReferenceIdentificationGroup>......</DocumentReferenceIdentificationGroup> [0..1]
<Date>......</Date> [0..1]
<PaymentTerms>......</PaymentTerms> [0..1]
<Price>......</Price> [0..*]
<Surcharge>......</Surcharge> [0..*]
<Discount>......</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>