As per zatca-einvoicing-sdk-238-R3.2.9 SDK we need to incorporate optional fields like Telephone, ElectronicMail, Name and Note under cac:AccountingCustomerParty Tag. However, when we are adding them in XML and validate at Zatca, it shows error like “Schema validation failed; XML does not comply with UBL 2.1 standards in line with ZATCA specifications”.
@Ankit_Tiwari : it would be great if you could share your views on this. Refer below cac:Contact XML tag.
<cac:AccountingCustomerParty>
<cac:Party>
<cac:Contact>
<cbc:Telephone>+91999999999</cbc:Telephone>
<cbc:ElectronicMail>abc@abc.com</cbc:ElectronicMail>
<cbc:Name>طريق السالم | Al Salim road</cbc:Name>
<cbc:Note>طريق السالم | Al Salim road</cbc:Note>
</cac:Contact>
<cac:PartyIdentification>
<cbc:ID schemeID="MOM">12345</cbc:ID>
</cac:PartyIdentification>