India IRP: HSN Code
You can model HSN, SAC, Code of Goods or Service codes for an item.
Elements
Use the following sub-elements of the CommodityClassificationCode element to model this information:
| Name (Path) | Cardinality | Description |
|---|---|---|
Commodity Classification (/Invoice/InvoiceLine/ CommodityClassificationCode) | 0..1 | A group of elements providing information about the items classification by type or nature. |
Commodity Classification - Item Classification Identifier (/Invoice/InvoiceLine/CommodityClassificationCode/ ItemClassificationCode) | 1..1 | Specify one: HSN, SAC, Code of Goods or Service. |
Commodity Classification - Item Classification Scheme Identifier (/Invoice/InvoiceLine/CommodityClassificationCode/ ItemClassificationCode @schemeID) | 1..1 | Specify HS. |
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<!-- code omitted for clarity -->
<cac:Item>
<!-- code omitted for clarity -->
<cac:CommodityClassification>
<cbc:ItemClassificationCode listID="HS">1001</cbc:ItemClassificationCode>
</cac:CommodityClassification>
<!-- code omitted for clarity -->
</cac:Item>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
<!-- code omitted for clarity -->
</Invoice>
Updated 25 days ago
