| Param name | Description |
|---|---|
|
id
required |
Requested promoter ID Validations:
|
{
'data': [
{
'id': 'investor-uuid',
'sequential_id': 100,
'code': 'INV100',
'comment': 'Test comment',
'name': 'Test',
'lastname': 'Investor',
'matriname': 'Example',
'full_name': 'Test Investor Example',
'company': false,
'company_name': null,
'person_type': 'Persona física',
'nationality': 'test_nationality',
'translated_nationality': 'Test Nationality',
'national_id_number': 'NID123456',
'phone_number': '5551112233',
'phone_number_extension': null,
'mobile_number': '5559998877',
'gender': 'other',
'dob': '1990-01-01',
'human_readable_dob': 'lunes, 1 de enero de 1990',
'email': 'investor@example.com',
'admission_date': '2026-01-01',
'balance': {
'mxn': '5000.00',
'usd': '250.00'
},
'active_investment_amount': 2,
'promoter_id': 'promoter-uuid',
'created_at': '2026-01-01 - 10:00',
'updated_at': '2026-01-02 - 12:00',
'created_by_full_name': 'Test Admin',
'country': 'MEX',
'country_translated': 'México',
'is_financial_entity': false,
'prospect_id': 'prospect-uuid',
'user_created': true,
'document_type': 'passport',
'document_number': 'DOC123456',
'marital_status': 'single',
'account_statement_password': null,
'access_keys_sent': false,
'extra_fields_attributes': [
{
'id': 'extra-field-uuid',
'value': 'Test Value',
'label': 'Test Label',
'input_type': 'text',
'options': ['Option 1', 'Option 2'],
'key': 'key_TEST'
}
],
'subsidiary_id': 'subsidiary-uuid',
'subsidiary_name': 'Test Subsidiary',
'promoter': {
'id': 'promoter-uuid',
'sequential_id': 1,
'name': 'Test',
'lastname': 'User',
'matriname': 'Example',
'full_name': 'Test User Example',
'company': false,
'company_name': null,
'person_type': 'Persona física',
'email': 'test@example.com',
'phone_number': '5551234567',
'phone_number_extension': null,
'mobile_number': '5559876543',
'gender': 'other',
'dob': '1990-01-01',
'tax_number': 'TAX123456',
'base_commission': '2.00',
'organization_id': 'org-uuid',
'investors_attracted': 3,
'nationality': 'test_nationality',
'translated_nationality': 'Test Nationality',
'active_investors_amount': {
'mxn': '1000.00',
'usd': '500.00'
},
'created_at': '2026-01-01 - 10:00',
'updated_at': '2026-01-02 - 12:00',
'created_by_full_name': 'Test Admin',
'country': 'MEX',
'country_translated': 'México',
'is_financial_entity': false,
'subsidiary_id': 'subsidiary-uuid',
'extra_fields_attributes': [
{
'id': 'extra-field-uuid',
'value': 'Test Value',
'label': 'Test Label',
'input_type': 'text',
'options': ['Option 1', 'Option 2'],
'key': 'key_TEST'
}
],
'subsidiary_name': 'Test Subsidiary'
},
'contacts': []
}
],
'meta': { 'count': 1 }
}
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |