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": "4c5931d6-ddfc-4ae0-8ce1-9b12bca88b67",
"WeekNumberOfQuestion": 1,
"Question": "sample string 2",
"Answer": "sample string 3",
"SchoolID": 1,
"CheckinTimestamp": "2025-11-06T03:51:29.2704893+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.