Croatia (CIIUR): Invoice Subtype Code

You must specify an invoice subtype.

Element

Name (Path)CardinalityDescription
Invoice Subtype Code (Invoice/UBLExtensions//InvoiceExtension/InvoiceSubtypeCode)1..1An extension element to inform about the invoice type code

Restrictions

You must use one of the following values:

CodeDescription
VRBL:HR:P1Standard Invoice (Contract-based)
VRBL:HR:P2Periodic Invoice (Contract-based)
VRBL:HR:P3Independent Purchase Order Invoice
VRBL:HR:P4Advance Payment Invoice
VRBL:HR:P5Spot Payment Invoice
VRBL:HR:P6Pre-delivery Payment Invoice
VRBL:HR:P7Invoice with Delivery Note Reference
VRBL:HR:P8Invoice with Delivery Note and Receipt Reference
VRBL:HR:P9Credit Note (Negative amounts/Returns)
VRBL:HR:P10Corrective Invoice (Cancellation/Correction)
VRBL:HR:P11Partial/Final Invoice
VRBL:HR:P12Self-billing Invoice
VRBL:HR:P99Custom Process Invoice

Example

<ubl:Invoice>
    <ext:UBLExtensions>
		<ext:UBLExtension>
			<ext:ExtensionContent>
				<vrbl:InvoiceExtension>
					<!-- code omitted for clarity -->
					<vrbl:InvoiceSubtypeCode>VRBL:HR:P1</vrbl:InvoiceSubtypeCode>
					<!-- code omitted for clarity -->
				</vrbl:InvoiceExtension>
			</ext:ExtensionContent>
		</ext:UBLExtension>
	</ext:UBLExtensions>
    <!-- code omitted for clarity -->
</ubl:Invoice>