China (GTS): Correction Method

Configure the Correction Method for your China documents.

Correction Method

The codified method used for the correction. For Chinese invoices, full or partial corrections are allowed.

Element metadata

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

Mapping logic

If /ubl:Invoice/cbc:InvoiceTypeCode = 381

Value map:
VRBL:CN:FULL ->1: Full Reversal
VRBL:CN:PARTIAL ->2: Partial Reversal

Details

The following codes are allowed:

CodeDescription
VRBL:CN:FULLFull reversal
VRBL:CN:PARTIALPartial reversal

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>
            <!-- ... omitted for readability -->
            <vrbl:CorrectionMethod>VRBL:CN:FULL</vrbl:CorrectionMethod>
          </vrbl:CorrectionData>
        </vrbl:InvoiceExtension>
      </cec:ExtensionContent>
    </cec:UBLExtension>
  </cec:UBLExtensions>
</ubl:Invoice>

Did this page help you?