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) | Cardinality | Description |
---|---|---|
Seller Name (AccountingSupplierParty/Party/PartyLegalEntity/RegistrationName ) | 1..1 | The 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>
Updated 4 days ago