Chapter 6. Parts Invoice Noun

Table of Contents

PartsInvoice
Fields and Components
Sample XML
PartsInvoiceHeader
Fields and Components
Sample XML
DocumentIdentificationGroup
Fields and Components
Sample XML
DocumentIdentification
Fields and Components
Sample XML
AlternateDocumentIdentification
Fields and Components
Sample XML
PaymentTerms
Fields and Components
Sample XML
OrderCreditCard
Fields and Components
Sample XML
BillingAddress
Fields and Components
Sample XML
Privacy
Fields and Components
Sample XML
PrivacyPeriod
Fields and Components
Sample XML
Authorization
Fields and Components
Sample XML
CreditCard
Fields and Components
Sample XML
TermsOptionGroup
Fields and Components
Sample XML
TermsDetail
Fields and Components
Sample XML
Allowance
Fields and Components
Sample XML
Charges
Fields and Components
Sample XML
Tax
Fields and Components
Sample XML
SoldToParty
Fields and Components
Sample XML
AlternatePartyDocument
Fields and Components
Sample XML
EffectivePeriod
Fields and Components
Sample XML
SpecifiedOrganization
Fields and Components
Sample XML
PrimaryContact
Fields and Components
Sample XML
SpecifiedPerson
Fields and Components
Sample XML
ResidenceAddress
Fields and Components
Sample XML
TelephoneCommunication
Fields and Components
Sample XML
UsagePreference
Fields and Components
Sample XML
UnavailablePeriod
Fields and Components
Sample XML
AvailablePeriod
Fields and Components
Sample XML
FaxCommunication
Fields and Components
Sample XML
URICommunication
Fields and Components
Sample XML
PostalAddress
Fields and Components
Sample XML
SpecifiedOccupation
Fields and Components
Sample XML
PartyActionEvent
Fields and Components
Sample XML
ShipToParty
Fields and Components
Sample XML
HTSSummary
Fields and Components
Sample XML
PartCountrySummary
Fields and Components
Sample XML
ShipmentCarrierDetail
Fields and Components
Sample XML
ShipmentTimePeriod
Fields and Components
Sample XML
ShipmentCarrierContact
Fields and Components
Sample XML
SoldByParty
Fields and Components
Sample XML
PayerParty
Fields and Components
Sample XML
RequestDateRange
Fields and Components
Sample XML
ImageAttachmentExtended
Fields and Components
Sample XML
EmbeddedData
Fields and Components
Sample XML
FreeFormTextGroup
Fields and Components
Sample XML
IncoTerms
Fields and Components
Sample XML
Price
Fields and Components
Sample XML
ApplicableLocation
Fields and Components
Sample XML
PartsInvoiceLine
Fields and Components
Sample XML
PartsProductItem
Fields and Components
Sample XML
AlternateItemIDs
Fields and Components
Sample XML
ItemIdentificationGroup
Fields and Components
Sample XML
ItemIdentification
Fields and Components
Sample XML
DocumentReferenceIdentificationGroup
Fields and Components
Sample XML

PartsInvoice

Uses the Component:PartsInvoiceType

The purpose of PartsInvoice is to transmit (in electronic form) a Parts Invoice from an OEM’s order management system to a Dealer's order management system. For each Parts Invoice represented in the Data Area of the PartsInvoice Business Object Document, there must be one occurrence of the PartsInvoice Component.

Fields and Components

Table 6.1. Fields and Components

Name Description Occurrence Type Data Type User Notes
PartsInvoiceHeader

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

1..1ComponentPartsInvoiceHeaderType 
PartsInvoiceLine

The PaymentTerms Component represents payment due date and terms information.

1..*ComponentPartsInvoiceLineType 

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.1. PartsInvoice

<PartsInvoice>
     <PartsInvoiceHeader>......</PartsInvoiceHeader>     [1..1]
     <PartsInvoiceLine>......</PartsInvoiceLine>     [1..*]
</PartsInvoice>