| Param name | Description |
|---|---|
|
id
required |
Requested prospection ID 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',
'promoter': { ... },
'investor': null,
'prospect': { ... }
}
}
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |