Data Aggregation - Passthrough

Send passthrough files

NameDescription
RootRoot object containing an array of files to pass through.
FileA single file payload.
NameData TypeDescriptionRequired
filesArray<File>Array of files to be passed through.YES
NameData TypeDescriptionRequired
file_nameStringThe name of the file including extension.YES
mime_typeStringThe identifier indicating the data format of the document (MIME type).
bodyStringThe base64 encoded binary contents of the file.YES