Create File

Create File

You can create a file within the service to store transaction data for later use.

  • HTTP Method: POST
  • Endpoint: https://eledo.online/api/RESTv1/CreateFile

Request Body Parameters

NameTypeRequiredDescription
templateIdStringYesUnique identifier of the Template
templateVersionIntegerNoTemplate version
fileObjectNoFile to be persisted
temporaryBooleanNoIf set to true, file is removed after first download

Response Body Parameters

NameTypeDescription
urlStringDownload URL for the created file
errorsArrayList of errors that occurred during the request

Was this article helpful?

Yes

No