Malaysia B2B/B2G: Supplier's Country Subentity

You must specify the State for Malaysian suppliers.

Element

Use the following subelement of the AccountingSupplierParty element to model this information:

ElementCardinalityDescription
Supplier Country Subentity Code (Invoice/AccountingSupplierParty/Party/PostalAddress/CountrySubentityCode)0..1Specify the Malaysian Sate code.

Restrictions

  • Only the codes specified here by the Malaysian Tax Authority are allowed. You can use the ISO code or the VRBL version (which adds the VRBL:MY prefix to the code), as listed in the following table. Whichever set of codes you use, ensure that you use the same codes in all your Documents.
VRBLISO 3166-2Name
VRBL:MY:00_N/A_All States
VRBL:MY:0101Johor
VRBL:MY:0202Kedah
VRBL:MY:0303Kelantan
VRBL:MY:0404Melaka
VRBL:MY:0505Negeri Sembilan
VRBL:MY:0606Pahang
VRBL:MY:0707Pulau Pinang
VRBL:MY:0808Perak
VRBL:MY:0909Perlis
VRBL:MY:1010Selangor
VRBL:MY:1111Terengganu
VRBL:MY:1212Sabah
VRBL:MY:1313Sarawak
VRBL:MY:1414Wilayah Persekutuan Kuala Lumpur
VRBL:MY:1515Wilayah Persekutuan Labuan
VRBL:MY:1616Wilayah Persekutuan Putrajaya
VRBL:MY:17_N/A_Not Applicable

Example

Malaysian Supplier

The following example specifies 14 for the State of Wilayah Persekutuan in Kuala Lumpur:

<Invoice>
    <!-- Code omitted for clarity -->
     <cac:AccountingSupplierParty>
         <cac:Party>
             <!-- Code omitted for clarity -->
             <cac:PostalAddress>
                 <!-- Code omitted for clarity -->
                 <cbc:CountrySubentityCode>MY-14</cbc:CountrySubentityCode>
                 <!-- Code omitted for clarity -->
             </cac:PostalAddress>            
             <!-- Code omitted for clarity -->
         </cac:Party>
     </cac:AccountingSupplierParty>
     <!-- Code omitted for clarity -->
</Invoice>

Foreign Supplier

The following is an example of how to include this for a foreign supplier:

<Invoice>
    <!-- Code omitted for clarity -->
     <cac:AccountingSupplierParty>
         <cac:Party>
             <!-- Code omitted for clarity -->
             <cac:PostalAddress>
                 <!-- Code omitted for clarity -->
                 <cbc:CountrySubentityCode>MY-17</cbc:CountrySubentityCode>
                 <!-- Code omitted for clarity -->
             </cac:PostalAddress>            
             <!-- Code omitted for clarity -->
         </cac:Party>
     </cac:AccountingSupplierParty>
     <!-- Code omitted for clarity -->
</Invoice>