Creates a new RequestQuestionConfig
Success
Unauthorized
{- "requestQuestionConfig_Key": 0,
- "answer_Text": "string",
- "answer_Type": "string",
- "config_String": "string",
- "dateAnswer": "s",
- "multiAnswer": "s",
- "multiList": "string",
- "numericAnswer": "s",
- "question": "string",
- "question_Seq": 0,
- "radioAnswer": "s",
- "radioList": "string",
- "request_Type": "string",
- "require_Answer": "s",
- "terminal": "string",
- "textAnswer": "s",
- "yesNoAnswer": "s"
}
{- "data": {
- "requestQuestionConfig_Key": 0,
- "answer_Text": "string",
- "answer_Type": "string",
- "config_String": "string",
- "dateAnswer": "s",
- "multiAnswer": "s",
- "multiList": "string",
- "numericAnswer": "s",
- "question": "string",
- "question_Seq": 0,
- "radioAnswer": "s",
- "radioList": "string",
- "request_Type": "string",
- "require_Answer": "s",
- "terminal": "string",
- "textAnswer": "s",
- "yesNoAnswer": "s"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all RequestQuestionConfig
Success
Unauthorized
Updates a specific RequestQuestionConfig.
Success
Unauthorized
{- "requestQuestionConfig_Key": 0,
- "answer_Text": "string",
- "answer_Type": "string",
- "config_String": "string",
- "dateAnswer": "s",
- "multiAnswer": "s",
- "multiList": "string",
- "numericAnswer": "s",
- "question": "string",
- "question_Seq": 0,
- "radioAnswer": "s",
- "radioList": "string",
- "request_Type": "string",
- "require_Answer": "s",
- "terminal": "string",
- "textAnswer": "s",
- "yesNoAnswer": "s"
}
{- "data": {
- "requestQuestionConfig_Key": 0,
- "answer_Text": "string",
- "answer_Type": "string",
- "config_String": "string",
- "dateAnswer": "s",
- "multiAnswer": "s",
- "multiList": "string",
- "numericAnswer": "s",
- "question": "string",
- "question_Seq": 0,
- "radioAnswer": "s",
- "radioList": "string",
- "request_Type": "string",
- "require_Answer": "s",
- "terminal": "string",
- "textAnswer": "s",
- "yesNoAnswer": "s"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple RequestQuestionConfig at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "requestQuestionConfig_Key": 0,
- "answer_Text": "string",
- "answer_Type": "string",
- "config_String": "string",
- "dateAnswer": "s",
- "multiAnswer": "s",
- "multiList": "string",
- "numericAnswer": "s",
- "question": "string",
- "question_Seq": 0,
- "radioAnswer": "s",
- "radioList": "string",
- "request_Type": "string",
- "require_Answer": "s",
- "terminal": "string",
- "textAnswer": "s",
- "yesNoAnswer": "s"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}