Skip to main content
InputObject

Input Fields

fields
required
The fields to include in the report.
fileType
required
The type of file that the report is saved as, e.g. CSV
fileName
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.
{
  "fields": [
    "ORGANIZATION_ID"
  ],
  "fileType": "CSV",
  "fileName": "xyz789"
}