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
Name | Type | Required | Description |
---|---|---|---|
templateId | String | Yes | Unique identifier of the Template |
templateVersion | Integer | No | Template version |
file | Object | No | File to be persisted |
temporary | Boolean | No | If set to true, file is removed after first download |
Response Body Parameters
Name | Type | Description |
---|---|---|
url | String | Download URL for the created file |
errors | Array | List of errors that occurred during the request |
Was this article helpful?
Yes
No