# CronsApi

All URIs are relative to *http://localhost:8889/api*

|Method | HTTP request | Description|
|------------- | ------------- | -------------|
|[**runHourlyAndEndOfDayCrons**](#runhourlyandendofdaycrons) | **POST** /crons/eod:run | Trigger hourly and end of day Processing on the previous day|

# **runHourlyAndEndOfDayCrons**
> TriggerHourlyAndEndOfDayProcessingResponse runHourlyAndEndOfDayCrons()


### Example

```typescript
import {
    CronsApi,
    Configuration
} from './api';

const configuration = new Configuration();
const apiInstance = new CronsApi(configuration);

const { status, data } = await apiInstance.runHourlyAndEndOfDayCrons();
```

### Parameters
This endpoint does not have any parameters.


### Return type

**TriggerHourlyAndEndOfDayProcessingResponse**

### Authorization

[basic](../README.md#basic)

### HTTP request headers

 - **Content-Type**: Not defined
 - **Accept**: application/vnd.mambu.v2+json


### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
|**202** | Hourly and end of day processing triggered on the previous day |  -  |
|**400** | A validation error occurred |  -  |
|**401** | Unauthorized |  -  |
|**403** | Forbidden |  -  |
|**500** | Internal Error |  -  |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

