Invoiced Quantities

You can add a quantity to your invoice lines.

Element

ElementDescription
Invoice/InvoiceLine/InvoicedQuantitySpecify the quantity of the item.
Invoice/InvoiceLine/InvoicedQuantity @unitCodeSpecify the unit code. Use a value from here .

Restriction

  • The unit of measure must be a value from the UN/ECE Recommendation 20 with Rec 21 extension code list here.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cbc:InvoicedQuantity unitCode="C62">14</cbc:InvoicedQuantity>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</Invoice>