India IRP: Supplier's Name

You must specify the Supplier's name in India.

The Goods and Services Tax Identification Number (GSTIN) is an ID that identifies a party as a participant in the Indian GST scheme.

Element

Use the following sub-element of the AccountingSupplierParty element:

Name (Path)CardinalityDescription
Seller Name (AccountingSupplierParty/Party/PartyLegalEntity/RegistrationName)1..1The Supplier's legal name.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:AccountingSupplierParty>
		<cac:Party>
			<!-- code omitted for clarity -->
			<cac:PartyLegalEntity>
				<cbc:RegistrationName>Seller Name UP</cbc:RegistrationName>
			</cac:PartyLegalEntity>
			<!-- code omitted for clarity -->
		</cac:Party>
	</cac:AccountingSupplierParty>
    <!-- code omitted for clarity -->
</Invoice>