Malaysia: Buyer's Phone Number

You must add the Buyer's phone number to your Malaysian Documents.

Use the Telephone sub-element of the AccountingCustomerParty element to model this information.

Elements

ElementDescription
Invoice/AccountingCustomerParty/Contact/NameSpecify the contact's name.
Invoice/AccountingCustomerParty/Contact/TelephoneSpecify the phone number. This is required.
Invoice/AccountingCustomerparty/Contact/ElectronicMailSpecify the contact's email.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
        <cac:AccountingSupplierParty>
            <cac:Party>
                <!-- Code omitted for clarity -->
                <cac:Contact>
                    <cbc:Name>customer service</cbc:Name>
                    <cbc:Telephone>+60-123456789</cbc:Telephone>
                    <cbc:ElectronicMail>[email protected]</cbc:ElectronicMail>
                </cac:Contact>
                <!-- Code omitted for clarity -->
            </cac:Party>
        </cac:AccountingSupplierParty>
    <!-- Code omitted for clarity -->
</ubl:Invoice>