This function will validate a given tax ID by calculating the sum of the odd digits plus the sum of
the double of the even digits and dividing this value by 10. The difference between the remainder of
this operation and 10 is checked against the 11th digit which is the check digit
^
D7400050 - Italian Tax ID Validation
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szTaxId | TAX | char | NONE | NONE |
The identification code required by various tax authorities. This can be a social security number, federal or state corporate tax ID, sales tax
| ||||
cPersonCorpCode | TAXC | char | NONE | NONE |
A code that designates the type of taxpayer. For 1099 reporting for U.S. suppliers and foreign suppliers, the system chooses only records
| ||||
szAdditionalTaxID | TX2 | char | NONE | NONE |
An identification number assigned by a tax authority to an individual, in addition to the primary Tax ID number (TX1). | ||||
mnAddressNumber | AN8 | MATH_NUMERIC | REQ | NONE |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
|
B9800100 Get Audit Information |
F0101 Address Book Master |