Skip to content
Axis Solutions ZMB
YouTube

Export Transactions

The SaveExportInvoiceAsync() method allows taxpayers to submit sales transactions where goods or services are sold to foreign destinations.

A valid Destination Country Code must be provided, and items must be classified under the appropriate tax category for exports (typically Zero-Rated VAT).

SaveExportInvoiceAsync() method

This method is used to process export sales. It ensures the transaction is recorded correctly, applies the proper tax treatment for exports, and links the transaction to the destination country.

Request Parameters

ParameterTypeDescription
CISInvoiceNumberstringUnique invoice number for the export transaction
CustomerTPINstringCustomer TPIN
CustomerNamestringCustomer name
SalesTypeCodestring“N” for normal sale
ReceiptTypeCodestring“S” for standard receipt
PaymentTypeCodestringPayment method code (e.g., “01” for cash)
SalesStatusCodestringStatus code for the sale
ConfirmationDateTimestringDate/time of confirmation (yyyyMMddHHmmss)
SalesDatestringDate of sale (yyyyMMdd)
DestinationCountryCodestringISO country code of export destination (e.g., “US”)
TotalItemCountintTotal number of items
ItemListlistList of items, including VAT category, taxable amounts, and prices
TaxableAmountAdecimalTaxable amount for standard VAT (if any)
TaxAmountAdecimalVAT amount for standard VAT (if any)
TaxableAmountC1decimalTaxable amount for export Zero-Rated VAT
TaxAmountC1decimalVAT amount for export Zero-Rated VAT (typically 0)
TotalTaxableAmountdecimalTotal taxable amount across all items
TotalTaxAmountdecimalTotal tax amount across all items
TotalAmountdecimalTotal amount including tax

Usage Example

classification codes

Example Successful Response

{
  "success": true,
  "code": "000",
  "message": "Operation completed successfully",
  "timestamp": "2025-09-19 13:47:20",
  "data": {
    "rcptNo": 73,
    "intrlData": "O3LCMQVIFOGIQ3ZOZZTU73CALM",
    "rcptSign": "EYOUGBYR2GI6WN3J",
    "vsdcRcptPbctDate": "20250919134714",
    "sdcId": "SDC0010002702",
    "mrcNo": "WIS00003709  ",
    "qrCodeUrl": "https://sandboxportal.zra.org.zm/indexInvoiceData?Data=1002890781000EYOUGBYR2GI6WN3J"
  },
  "error": null
}