| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |
{
'data': [
{
'id': '104a414f-e22c-4219-8be9-1c36dbc320b7',
'sequential_id': 1,
'initial_amount': '1000000.0',
'type_of': 'promissory_note',
'status': 'standby',
'status_translated': 'En espera',
'start_date': '2021-07-01',
'end_date': '2022-07-01',
'currency': 'mxn',
'interest_rate': '12.0',
'includes_external_rate': false,
'external_rate_label': null,
'interest_rate_floor': null,
'interest_rate_ceiling': null,
'commentary': 'Some notes',
'investor_id': null,
'prospect': { ... },
'society': { ... },
'organization': { ... }
}
],
'meta': {
'count': 1
}
}
| Param name | Description |
|---|---|
|
id required |
Requested prospect ID Validations:
|