United States (DBNA): Serial Identifier

Configure the Serial Identifier for your United States documents.

The serial number of this item instance. This standard UBL element can be used in the US.

Elements

PathCardinalityUsageFinal Format Path
Invoice/InvoiceLine/Item/ItemInstance/SerialID0..1O/Invoice/cac:InvoiceLine/cac:Item/cac:ItemInstance/SerialID

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:InvoiceLine>
    <!-- ... omitted for readability -->
    <cac:Item>
      <!-- ... omitted for readability -->
      <cac:ItemInstance>
        <cbc:SerialID>SN-0001</cbc:SerialID>
      </cac:ItemInstance>
    </cac:Item>
  </cac:InvoiceLine>
</ubl:Invoice>

Did this page help you?