DataFile/CreateFile method
Creates the archive for the specified period.
Note that when reporting data export works as intended, all the archives will be available automatically. This method is only needed if export has failed or someone deleted the file by mistake.
POST http://localhost:8002/api/DataFile/CreateFile
Parameters
tenantName (string) is the name of the tenant for which to check the availability of reporting data.
year (int), month (int) specify the time for which to create the archive with the reporting data.
Responses
200 — the archive was created successfully. You can now download it with a GET request to DataFile.
4/12/2024 6:16:02 PM