InvoicedQuantity
You can add a quantity to your invoice lines.
More information about quantities is provided in the VRBL: Invoiced Quantities topic.
Elements
| Element | Cardinality | Description |
|---|---|---|
Invoiced Quantity (Invoice/InvoiceLine/InvoicedQuantity) | 1..1 | Specify the quantity of the item. |
Invoiced Quantity Unit of Measure (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
@unitcodeattribute 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.
Country-Specific configurations
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 20 days ago
