Outstanding Item

Short description

The ERP Cache outstanding item interface is used to keep a record of the outstanding items in the ERP system. The outstanding items in the ERP Cache are used to show the remaining amount a customer has to pay on an invoice.

Delivery method

Update Frequency: Batch at least once a day Incremental or complete set: Incremental

Filetype: Zipped XML

Filename: [SHOPNAME]_ErpCache_OutstandingItem_[INDEXNUMBER](_[SUBNUMBER]).xml Transport: over FTPS, FTPS Vendisto server hosted by INTEGRACE, file will be placed on FTPS server by ERP party.

Location within FTP root: \ErpCache\

Structure XML

<?xml version="1.0" encoding="utf-8"?>
<Import>
  <ImportSettings>
    <Importer>ErpCache_OutstandingItem</Importer>
    <Version>1.0</Version>
  </ImportSettings>
  <OutstandingItems>
    <OutstandingItem>
      <InvoiceNumber></InvoiceNumber>
      <Currency></Currency>
      <TotalOutstanding></TotalOutstanding>
    </OutstandingItem>
    <OutstandingItem>
      <InvoiceNumber></InvoiceNumber>
      <Currency></Currency>
      <TotalOutstanding></TotalOutstanding>
    </OutstandingItem>
  </OutstandingItems>
</Import>

Fields XML

Import element:

ImportSettings element:

OutstandingItem element:

Last updated