post https://sandbox-api.helix.q2.com/customer/answerPost
Error Codes
Click to expand
Code | Message (en-US) | Code |
---|---|---|
1-60000 | Any "Common Error Code" may occur. | See Common Error Codes |
60001 | Customer id {0} is invalid. | |
60002 | Customer id {0} is inactive. | An inactive customer cannot perform any actions in Helix. Redirect the user to a page informing them of this. |
60003 | Customer id {0} is not in a verified status. | An unverified customer cannot perform any actions in Helix. |
60004 | Customer id {0} is locked. | A locked customer cannot perform any actions in Helix. Redirect the user to a page informing them of this. |
60005 | Customer id {0} is marked as deceased. | A deceased customer cannot perform any actions in Helix. Redirect the user to a page informing them of this. |
158801 | Invalid QuestionId. | |
158802 | Invalid ChoiceId. | |
158803 | Multiple choices not supported for question type Single-Select | |
158804 | QuestionAnswer not supported for question type Multi-Select or Single-Select | |
158805 | SelectedChoices not supported for question type Text | |
158806 | QuestionAnswer cannot be null or empty for question type Text | |
158807 | QuestionAnswer length cannot be more than 255 characters | |
158808 | QuestionAnswer has some unsupported special characters. Refer to API documentation for valid characters | |
158809 | Invalid QuestionId {0}. | |
158810 | Invalid choiceName: {request.choiceName} | |
158811 | Invalid choiceId: {request.choiceId} | |
158812 | Each selectedChoice object should contain either choiceId or choiceName, not both. | |
158813 | Must pass either choiceId or choiceName for question types Single-Select or Multi-Select |