POST api/CustomV2/SaveSurveyAnswers
Request Information
URI Parameters
None.
Body Parameters
ShotQuizSurvery| Name | Description | Type | Additional information |
|---|---|---|---|
| SurveryID | integer |
None. |
|
| UserVID | globally unique identifier |
None. |
|
| WeekNumberOfQuestion | integer |
None. |
|
| Question | string |
None. |
|
| Answer | string |
None. |
|
| SchoolID | integer |
None. |
|
| CheckinTimestamp | date |
None. |
|
| Comments | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SurveryID": 1,
"UserVID": "0987da23-8a75-4eac-8e16-d66d8b726129",
"WeekNumberOfQuestion": 1,
"Question": "sample string 2",
"Answer": "sample string 3",
"SchoolID": 1,
"CheckinTimestamp": "2026-02-02T20:03:59.1838572+00:00",
"Comments": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.