China (GTS): Invoice Line Quantity

Configure the Invoice Line Quantity for your China documents.

Invoice Line Quantity

The quantity of items (goods or services) that is charged on the Invoice line.

Element metadata

PathCardinalityUsageExample ValueFormatFinal Format Path
Invoice/InvoiceLine/InvoicedQuantity1..1M10Quantity$.Detail[0].quantity

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:InvoiceLine>
    <!-- ... omitted for readability -->
    <cbc:InvoicedQuantity unitCode="H87">3</cbc:InvoicedQuantity>
    <!-- ... omitted for readability -->
  </cac:InvoiceLine>
</ubl:Invoice>

Did this page help you?