India IRP: Invoice Type Codes

You must use one of the allowed values for the Invoice Type Code.

Element

Use the InvoiceTypeCode element to model this information:

Element Name (Path)CardinalityDescription
Invoice Type Code (Invoice/InvoiceTypeCode)0..1A code signifying the type of the Invoice.

Restrictions

You must use one of the following values for the Invoice Type Code for Indian documents:

CodeDescription
380Invoice
381Credit note
383Debit note

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cbc:InvoiceTypeCode>380</cbc:InvoiceTypeCode>
    <!-- code omitted for clarity -->
</Invoice>