China (GTS): Correction Initiator

Configure the Correction Initiator for your China documents.

Correction Initiator

Specifies the party who raised the issue resulting in the credit note. For Chinese invoices, the initiator can be the Buyer or the Seller.

Element metadata

PathCardinalityUsageUsage DescriptionExample ValueFormatFinal Format Path
Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/CorrectionData/CorrectionInitiator0..1CRequired for credit notes (cbc:InvoiceTypeCode equals 381). Not used for regular invoices (cbc:InvoiceTypeCode equals 380).VRBL:CN:SELLERCode$.entryIdentity

Mapping logic

If /ubl:Invoice/cbc:InvoiceTypeCode = 381
 
Value map:
VRBL:CN:SELLER -> 01: Seller (default if not informed)
VRBL:CN:BUYER -> 02: Buyer

Details

The following codes are allowed:

CodeDescription
VRBL:CN:SELLERSeller
VRBL:CN:BUYERBuyer

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cec:UBLExtensions>
    <!-- ... omitted for readability -->
    <cec:UBLExtension>
      <!-- ... omitted for readability -->
      <cec:ExtensionContent>
        <!-- ... omitted for readability -->
        <vrbl:InvoiceExtension>
          <!-- ... omitted for readability -->
          <vrbl:CorrectionData>
            <vrbl:CorrectionInitiator>VRBL:CN:SELLER</vrbl:CorrectionInitiator>
            <!-- ... omitted for readability -->
          </vrbl:CorrectionData>
        </vrbl:InvoiceExtension>
      </cec:ExtensionContent>
    </cec:UBLExtension>
  </cec:UBLExtensions>
</ubl:Invoice>

Did this page help you?