| Param name | Description |
|---|---|
|
page
optional |
Page index Validations:
|
|
per
optional |
Items per page Validations:
|
|
id
required |
Requested investor ID Validations:
|
{
'data': [
{
'id': 'promissory-note-uuid',
'initial_amount': '500000.00',
'balance': '500000.00',
'current_balance': '500000.00',
'parent_id': null,
'folio': 'INV001-1-mxn',
'currency': { 'name': 'MXN', 'value': 'mxn' },
'interest_rate': '12.00',
'start_date': '2024-01-01',
'end_date': '2025-01-01',
'interest_rate_unformatted': '12.00',
'monthly_periodicity': 12,
'tax_percentage': '16.00',
'canceled_date': null,
'current_tax_percentage': '16.00',
'cut_day': 1,
'status': 'Activo',
'society': {
'id': 'society-uuid',
'name': 'Sociedad Ejemplo',
'business_name': 'Sociedad de Ejemplo S.A. de C.V.',
'default': true,
'is_financial_entity': false
},
'society_id': 'society-uuid',
'organization_id': 'org-uuid',
'investor': {
'id': 'inv-uuid',
'name': 'Name',
'full_name': 'Name Example',
'company': false,
'company_name': null
},
'investor_id': 'inv-uuid',
'promoter_id': 'prom-uuid',
'promoter_commission': '0.00',
'promoter_payment_method': 'transfer',
'interest_rate_ceiling': '15.00',
'interest_rate_floor': '10.00',
'includes_external_rate': false,
'variable_rate_days': null,
'variable_rate_date': null,
'external_rate_label': null,
'external_rate_label_translated': null,
'additional_interest_rate': '0.00',
'variable_rate_days_translated': '',
'rate_type': 'Tasa fija',
'type_of': { 'name': 'Normal', 'value': 'normal' },
'created_at': '2024-01-01T12:00:00Z',
'payment_on_expiration?': false,
'pending_movements': false,
'updated_at': '2024-01-02T12:00:00Z'
}
],
'meta': { 'count': 1 }
}
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |