United States (DBNA): Preceding Invoice Document Status Code

Configure the Preceding Invoice Document Status Code for your United States documents.

The status of the invoice that was previously sent by the Seller. This standard UBL element can be used in the US.

Elements

PathCardinalityUsageFinal Format Path
Invoice/BillingReference/InvoiceDocumentReference/DocumentStatusCode0..1O/Invoice/cac:BillingReference/cac:InvoiceDocumentReference/cbc:DocumentStatusCode

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:BillingReference>
    <!-- ... omitted for readability -->
    <cac:InvoiceDocumentReference>
      <!-- ... omitted for readability -->
      <cbc:DocumentStatusCode>1</cbc:DocumentStatusCode>
    </cac:InvoiceDocumentReference>
  </cac:BillingReference>
</ubl:Invoice>

Did this page help you?