Malaysia: Product Tariff Code
You can add the Product Tariff Code (PTC) for Malaysian Documents.
Use the ItemClassificationCode
to specify the Product Tariff Code (PTC).
Restrictions
- You must use
VRBL:MY:PTC
as the value for the@listID
attribute. This code is not UNCL7143 compliant.
Elements
Path | Description |
---|---|
Invoice/InvoiceLine/Item/CommodityClassification/ItemClassificationCode | Specify the ID as the value in the element. |
Invoice/InvoiceLine/Item/CommodityClassification/ ItemClassificationCode[@listID='VRBL:MY:PTC'] | Specify VRBL:MY:PTC . |
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:InvoiceLine>
<!-- Code omitted for clarity -->
<cac:Item>
<!-- Code omitted for clarity -->
<cac:CommodityClassification>
<cbc:ItemClassificationCode listID="VRBL:MY:PTC">9800.00.0010</cbc:ItemClassificationCode>
</cac:CommodityClassification>
<!-- Code omitted for clarity -->
</cac:Item>
<!-- Code omitted for clarity -->
</cac:InvoiceLine>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 3 months ago