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 | |
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 | |
oag:Charge | 0..* | Component | |||
oag:Discount | 0..* | Component | |||
TaxabilityIndicator |
Determines whether an item or amount is taxable. | 0..1 | Field | oag:IndicatorType | |
Tax |
Tax Type Component. | 0..* | Component | TaxType | |
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] <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>