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


PathDescription
Invoice/InvoiceLine/Item/CommodityClassification/ItemClassificationCodeSpecify 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>