| Param name | Description |
|---|---|
|
page
optional |
Page index Validations:
|
|
per
optional |
Items per page Validations:
|
{
'data': [
{
'id': 'monthly-cut-uuid',
'year': 2021,
'month': 9,
'cut_day': 3,
'start_date': '2021-08-03',
'end_date': '2021-09-03',
'number_of_days': 31,
'investors_count': 1,
'balance': '2000000.00',
'balance_usd': '0.00',
'weighted_interest_rate': '0.00',
'weighted_interest_rate_usd': '0.00',
'exchange_rate': null,
'exchange_rate_date': null,
'status': 'completed',
'status_translated': 'Completo',
'activity_log': {
'generation': { ... },
'latest_recalculate': {
'at': '2021-06-16T14:34:35.502-05:00',
'by': {
'id': 'user-uuid',
'name': 'Test',
'lastname': 'User'
}
},
'marked_as_completed': {
'at': '2021-06-16T14:34:36.321-05:00',
'by': {
'id': 'user-uuid',
'name': 'Test',
'lastname': 'User'
}
},
'latest_statements_generation': { ... },
'latest_statements_email_sending': { ... }
},
'variable_rates': [
{
'external_rate_label': 'libor_usd',
'variable_rate_days': 'overnight',
'variable_rate_date': '2020-10-19',
'variable_rate_value': '0.78088'
}
],
'mail_logs': []
},
...
],
'meta': {
'count': 10
}
}
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |