InvoicedQuantity
You can add a quantity to your invoice lines.
Elements
Element | Cardinality | Description |
---|---|---|
Invoiced Quantity (Invoice/InvoiceLine/InvoicedQuantity ) | 1..1 | Specify the quantity of the item. |
Invoiced Quantity Scheme (Invoice/InvoiceLine/InvoicedQuantity @unitCode ) | 1..1 | Specify the unit code that identifies the unit of measure. Use a value from here . |
Restriction
- You must include the
@unitcode
attribute and the associated value that represents the unit of measure. - 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>
Updated 2 days ago