| Param name | Description |
|---|---|
|
investor_id
required |
Requested investor ID Validations:
|
{
"data": [
{
"id": "00000000-0000-0000-0000-000000000001",
"street": "Calle Ejemplo",
"street_number": "123",
"street_number_internal": null,
"zip_code": "00000",
"suburb": "Colonia Ejemplo",
"city": "Ciudad Ejemplo",
"state": "Estado Ejemplo",
"country": "MEX",
"country_translated": "Mexico"
}
]
}
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |
| Param name | Description |
|---|---|
|
investor_id
required |
Requested investor ID Validations:
|
|
id
required |
Requested address ID Validations:
|
{
"data": {
"id": "00000000-0000-0000-0000-000000000001",
"street": "Calle Ejemplo",
"street_number": "123",
"street_number_internal": null,
"zip_code": "00000",
"suburb": "Colonia Ejemplo",
"city": "Ciudad Ejemplo",
"state": "Estado Ejemplo",
"country": "MEX",
"country_translated": "Mexico"
}
}
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |