Create File
You can create file within the service to store transaction data for later use.
HTTP Method | POST |
Endpoint | https://eledo.online/api/RESTv1/CreateFile |
Request body parameters
templateId | String | Required | Unique identificator of Template |
templateVersion | Integer | Optional | Template version |
file | Object | Optional | File to be persisted |
temporary | Boolean | Optional | Temporary File is removed after first Download |
Response body parameters
url | String | Download URL for file created |
errors | Array | List of errors occured during the request |
Was this article helpful?
Yes
No