CyberStore Ecommerce 2023 Documentation
APSTIN Parameters

See the example of APSTIN-Params code below:

<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <xsl:template match="/">
    <PostApInvoice>
        <Parameters>
            <PostingPeriod>C</PostingPeriod>
            <IgnoreWarnings>N</IgnoreWarnings>
            <ApplyIfEntireDocumentValid>Y</ApplyIfEntireDocumentValid>
            <ValidateOnly>N</ValidateOnly>
            <PostZeroAdjustments>N</PostZeroAdjustments>
            <DefaultDiscountDate/>
            <DefaultDueDate/>
            <LedgerDistributionCurrency>L</LedgerDistributionCurrency>
            <AutomaticTaxCalculation>N</AutomaticTaxCalculation>
            <PermissibleTaxVariance>0.05</PermissibleTaxVariance>
            <ApArContraTrx>N</ApArContraTrx>
            <IgnoreAnalysis>Y</IgnoreAnalysis>
        </Parameters>
    </PostApInvoice>
  </xsl:template>
</xsl:stylesheet>