Note regarding the modifications from 2.1.2 to 2.2.0

Section Report

FileMetadata class now manage a special new field named DataSummary, inside this one will be put all additional details about the report.

For now, we will have :

  • countNegativeTransactions

  • countPositiveTransactions

  • maxAccountingDate

  • minAccountingDate

  • numberOfMerchants

  • sha256OriginFile

  • sumAmountNegativeTransactions

  • sumAmountPositiveTransactions

See the appendix 11 for the complete FileReport docs.

Section rest-client

rest-client:
  file-report:
    url: /rtd/file-reporter/file-report
rest-client:
  file-report:
    url: /rtd/file-reporter/${ACQ_BATCH_FILE_REPORT_URL:v2/file-report}

Section User-Agent

rest-client:
  user-agent:
    version: 2.1.2
rest-client:
  user-agent:
    version: 2.2.0

Last updated