Creates a new RequestQuestion
Success
Unauthorized
{- "request_Key": 0,
- "requestQuestionConfig_Key": 0,
- "answerDate": "2019-08-24T14:15:22Z",
- "answerMulti": "string",
- "answerNumeric": 0.1,
- "answerRadio": "string",
- "answerText": "string",
- "answerYesNo": "s",
- "question_Date": "2019-08-24T14:15:22Z"
}
{- "data": {
- "request_Key": 0,
- "requestQuestionConfig_Key": 0,
- "answerDate": "2019-08-24T14:15:22Z",
- "answerMulti": "string",
- "answerNumeric": 0.1,
- "answerRadio": "string",
- "answerText": "string",
- "answerYesNo": "s",
- "question_Date": "2019-08-24T14:15:22Z"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all RequestQuestion for the given Request_Key
Success
Unauthorized
Updates a specific RequestQuestion.
Success
Unauthorized
{- "request_Key": 0,
- "requestQuestionConfig_Key": 0,
- "answerDate": "2019-08-24T14:15:22Z",
- "answerMulti": "string",
- "answerNumeric": 0.1,
- "answerRadio": "string",
- "answerText": "string",
- "answerYesNo": "s",
- "question_Date": "2019-08-24T14:15:22Z"
}
{- "data": {
- "request_Key": 0,
- "requestQuestionConfig_Key": 0,
- "answerDate": "2019-08-24T14:15:22Z",
- "answerMulti": "string",
- "answerNumeric": 0.1,
- "answerRadio": "string",
- "answerText": "string",
- "answerYesNo": "s",
- "question_Date": "2019-08-24T14:15:22Z"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple RequestQuestion at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "request_Key": 0,
- "requestQuestionConfig_Key": 0,
- "answerDate": "2019-08-24T14:15:22Z",
- "answerMulti": "string",
- "answerNumeric": 0.1,
- "answerRadio": "string",
- "answerText": "string",
- "answerYesNo": "s",
- "question_Date": "2019-08-24T14:15:22Z"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}