PartsInvoiceNumber

Uses the Component:InvoiceNumberType

Brazilian Legal Reporting Requirement: Dealers Parts reimbursement must be supported by one invoice against customer.

Fields and Components

Table 6.112. Fields and Components

Name Description Occurrence Type Data Type User Notes
Number

Invoice Number.

1..1Field udt:TextType  
Series

Invoice Number Series.

0..1Field udt:TextType  
Password

Invoice Number Password.

0..1Field udt:TextType  
DigitCheck

Invoice Number Digit Check.

0..1Field udt:TextType  
Date

Invoice Number Date.

0..1Field udt:DateType  

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.110. PartsInvoiceNumber

<PartsInvoiceNumber>
     <Number>......</Number>     [1..1]
     <Series>......</Series>     [0..1]
     <Password>......</Password>     [0..1]
     <DigitCheck>......</DigitCheck>     [0..1]
     <Date>......</Date>     [0..1]
</PartsInvoiceNumber>