| Param name | Description |
|---|---|
|
id
required |
Promissory note UUID Validations:
|
# Returns BeneficiaryPromissoryNote records (join between beneficiary and promissory note).
{
'data': [
{
'id': 'beneficiary-promissory-note-uuid',
'beneficiary_id': 'beneficiary-uuid',
'percentage': '100.00',
'name': 'Nombre',
'lastname': 'Apellido Paterno',
'matriname': 'Apellido Materno',
'dob': null,
'email': 'ejemplo@correo.com',
'national_id_number': null,
'phone_number': null,
'mobile_number': '5512345678',
'nationality': null,
'translated_nationality': null
}
],
'meta': { 'count': 1 }
}
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |