Malaysia (MYS): Deliver To Party's Tax Registration ID

You can specify a Tax ID for a the party to whom goods were delivered.

In MyInvois, the Tax ID is called the Tax Identification Number (TIN). You can specify this for the party to whom goods are delivered.

Elements

Use the following sub-elements of the Delivery element:

Element (Path)CardinalityDescription
Delivery Party Group (Invoice/Delivery/DeliveryParty/PartyName/)0..1Groups information about the party who received the delivery.
Delivery Party Company ID (Invoice/Delivery/DeliveryParty/PartyTaxScheme/CompanyID)1..1The company ID of the party who delivered the goods.
Delivery Party Tax Scheme ID (Invoice/Delivery/DeliveryParty/PartyTaxScheme/TaxScheme/ID)1..1The Tax Scheme ID of the deliverer.

Restrictions

You must specify OTH in the Delivery Party Tax Scheme ID element.

Example


<Invoice>
    <!-- Code omitted for clarity -->
     <cac:Delivery>
        <cac:DeliveryParty>
        <!-- Code omitted for clarity -->
            <cac:PartyTaxScheme>
				<!-- Tax identification number (TIN) -->
				<cbc:CompanyID>C2584563200</cbc:CompanyID>
				<cac:TaxScheme>
					<cbc:ID>OTH</cbc:ID>
				</cac:TaxScheme>
			</cac:PartyTaxScheme>
        </cac:DeliveryParty>
    </cac:Delivery>
    <!-- Code omitted for clarity -->
</Invoice>