Data Ingestion

Upload a file

Uploads and stores a file in Zuora Mediation for use in meter processing. Supported formats include CSV, Excel, and JSON. You can specify metadata like headers, delimiters, sheets, and data ranges.

post/meters/files

Response

File successfully uploaded

idstring

Internal file ID

namestring

File name

resourceIdstring

Resource ID of the file

formatstring

File format (CSV, Excel, JSON)

hasHeaderboolean

Indicates if the file has a header

firstRowinteger

The first row number in the CSV file

delimiterstring

Delimiter used in the CSV file

sheetstring

The sheet name in the Excel file

dataRangestring

Data range in the Excel file

linesinteger

Number of lines in the file

createdAtstring date-time

Creation timestamp

updatedAtstring date-time

Last update timestamp

Changes