Malaysia: States
Malaysia requires that you include the code for the State for addresses within the country.
Use the CountrySubentityCode
element to specify the State.
Elements
Element | Description |
---|---|
Invoice/AccountingSupplierParty/Party/PostalAddress/CountrySubentityCode | Supplier's State. |
Invoice/AccountingCustomerParty/Party/PostalAddress/CountrySubentityCode | Customer's State. |
Invoice/Delivery/DeliveryLocation/Address/CountrySubentityCode | Shipping recipient's State |
Restrictions
- Only the codes specified here by the Malaysian Tax Authority are allowed. You can use the ISO code or the VRBL version, as listed in the following table.
- Whichever set of codes you use, ensure that you use the same codes in all your Documents.
Values
VRBL | ISO 3166-2 | Name |
---|---|---|
VRBL:MY:00 | _N/A_ | All States |
VRBL:MY:01 | 01 | Johor |
VRBL:MY:02 | 02 | Kedah |
VRBL:MY:03 | 03 | Kelantan |
VRBL:MY:04 | 04 | Melaka |
VRBL:MY:05 | 05 | Negeri Sembilan |
VRBL:MY:06 | 06 | Pahang |
VRBL:MY:07 | 07 | Pulau Pinang |
VRBL:MY:08 | 08 | Perak |
VRBL:MY:09 | 09 | Perlis |
VRBL:MY:10 | 10 | Selangor |
VRBL:MY:11 | 11 | Terengganu |
VRBL:MY:12 | 12 | Sabah |
VRBL:MY:13 | 13 | Sarawak |
VRBL:MY:14 | 14 | Wilayah Persekutuan Kuala Lumpur |
VRBL:MY:15 | 15 | Wilayah Persekutuan Labuan |
VRBL:MY:16 | 16 | Wilayah Persekutuan Putrajaya |
VRBL:MY:17 | _N/A_ | Not Applicable |
Example
The following example specifies 14 for the State of Wilayah Persekutuan in Kuala Lumpur:
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AccountingCustomerParty>
<cac:Party>
<!-- Code omitted for clarity -->
<cac:PostalAddress>
<!-- Code omitted for clarity -->
<cbc:CountrySubentityCode>VRBL:MY:14</cbc:CountrySubentityCode>
<!-- Code omitted for clarity -->
</cac:PostalAddress>
<!-- Code omitted for clarity -->
</cac:Party>
</cac:AccountingCustomerParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 2 months ago