Public Lead API
Illegal Action | Error Message |
|---|---|
Provided country code is restricted | The country is restricted. |
Provided gender is invalid | Gender is Invalid (male or female) |
Provided language code is more than three characters | Maximum length is 3 |
Provided country code is more than five characters | Maximum length is 5 |
Provided title is more than twelve characters | Maximum length is 12 |
Generic Server or Database error | Internal Server Error |
Public Customer API
Illegal Action | Error Message |
|---|---|
Provided email is invalid | Email is not correct |
Provided trading account platform type is invalid | Enumeration expected of type: 'class com.impactechs.entities.commons.platforms.models.PlatformType$', but it does not appear to contain the value: {invalid value} |
Provided trading account platform mode is invalid | "Enumeration expected of type: 'class com.impactechs.entities.commons.platforms.models.PlatformMode$', but it does not appear to contain the value: {invalid value} |
Provided trading account currency is more than three characters | Maximum length is 3 |
Provided email is already used by another customer | Customer already exists ({email} - {portal id}) |
Provided password does not follow the password rules | Password must {the rules that are not followed} |
Provided email is already used by a converted master lead | Master lead ({email} - {portal id}) is already associated with a customer |
Provided phone number is not unique and unique phones setting is enabled | One or more of the provided phone numbers are already in use. |
Provided nationality country code is invalid | Bad Request: The nationality country code is invalid |
Provided phone country code is invalid | Bad Request: The phone country code is invalid |
Provided country code is restricted | Bad Request: The country is restricted. |
Generic Server or Database error | Bad Request |