| Param name | Description |
|---|---|
|
page
optional |
Page index Validations:
|
|
per
optional |
Items per page Validations:
|
{
'data': [
{
'id': '...',
'sequential_id': 1,
'initial_amount': '1000000.00',
'type_of': 'promissory_note',
'status': 'in_process',
'status_translated': 'En proceso',
'start_date': '2024-07-29',
'end_date': '2025-07-29',
'currency': {
'name': 'MXN',
'value': 'mxn'
},
'interest_rate': '12.00',
'includes_external_rate': false,
'external_rate_label': null,
'interest_rate_floor': null,
'interest_rate_ceiling': null,
'commentary': null,
'promoter': {
'id': '...',
'full_name': '...'
},
'investor': null,
'tentative_investment_mxn': '1000000.00',
'tentative_investment_usd': 0,
'promissory_duration_months': null,
'minimum_term_months': null,
'extra_fields_attributes': [],
'prospect': { ... }
}
],
'meta': {
'count': 1
}
}
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |