| Param name | Description |
|---|---|
|
id
required |
Investor ID to update Validations:
|
|
investor
required |
Investor attributes to update Validations:
|
|
investor[name]
optional |
First name Validations:
|
|
investor[lastname]
optional |
Last name Validations:
|
|
investor[matriname]
optional |
Second last name Validations:
|
|
investor[company]
optional |
Whether the investor is a company Validations:
|
|
investor[company_name]
optional |
Company name Validations:
|
|
investor[nationality]
optional |
Nationality key (e.g. mexican) Validations:
|
|
investor[national_id_number]
optional |
CURP or national ID number Validations:
|
|
investor[gender]
optional |
Gender Validations:
|
|
investor[dob]
optional |
Date of birth (YYYY-MM-DD) Validations:
|
|
investor[email]
optional |
Email address Validations:
|
|
investor[phone_number]
optional |
Phone number Validations:
|
|
investor[phone_number_extension]
optional |
Phone extension Validations:
|
|
investor[mobile_number]
optional |
Mobile number Validations:
|
|
investor[country]
optional |
Country code Validations:
|
|
investor[marital_status]
optional |
Marital status Validations:
|
|
investor[promoter_id]
optional |
Associated promoter UUID Validations:
|
|
investor[admission_date]
optional |
Admission date (YYYY-MM-DD) Validations:
|
|
investor[document_type]
optional |
ID document type (e.g. ine) Validations:
|
|
investor[document_number]
optional |
ID document number Validations:
|
|
investor[is_financial_entity]
optional |
Whether the investor is a financial entity Validations:
|
|
investor[code]
optional |
Internal code Validations:
|
|
investor[account_statement_password]
optional |
Password for account statements Validations:
|
# Request body:
{
'investor': {
'name': 'Test',
'lastname': 'Investor',
'email': 'test.investor@example.com',
'mobile_number': '5512345678'
}
}
# Response (200 OK): same structure as GET /investors/:id
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |