| Param name | Description |
|---|---|
|
investor_id
required |
Requested monthly cut ID Validations:
|
{
'data': [
{
'id': 'f40390d8-0d60-4b04-8d53-7fb7741a2080',
'society': { ... },
'monthly_cut': { ... },
'investor': { ... },
'file': {
'id': 'e12c38a4-47a4-4c8f-b1fa-d25a9065798d',
'filename': 'pdf_file.pdf',
'content_type': 'application/pdf',
'file_url': 'http://example-url-to-file/pdf_file.pdf',
'created_at': '2021-06-16 - 19:34',
'documentation': null
},
'investment_summary': [
{
'currency': 'mxn',
'amount': '2000000.00',
'net': '12727.97',
'to_pay': '30727.97'
}
],
'file_name': 'pdf_file.pdf'
}
],
'meta': {
'count': 1
}
}
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |