POST api/QuestionBank/Submit
Request Information
URI Parameters
None.
Body Parameters
UserQuestionSubmitReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AppointmentId | integer |
None. |
|
| Questions | Collection of Question |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppointmentId": 1,
"Questions": [
{
"QuestionId": 1,
"SelectOptionsIds": [
1,
2
]
},
{
"QuestionId": 1,
"SelectOptionsIds": [
1,
2
]
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.