Skip to main content
InputObject

Input Fields

compressedFileName
Tesouro names the files so that the filename is contextual to the data the report contains, e.g., acceptorName_reportType_YYYYMM-DD-to-YYYMMDD_createdOnDate. If you prefer to override Tesouro’s file naming and specify your own format, add it here.
description
Add an optional description to describe the purpose of this report. Maximum 250 characters.
tags
Tags associated with the report
isCompressed
required
Specify whether the report is needed in compressed format.
{
  "compressedFileName": "xyz789",
  "description": "abc123",
  "tags": [
    "xyz789"
  ],
  "isCompressed": true
}