POST api/CustomV2/SaveSurveyAnswers
Request Information
URI Parameters
None.
Body Parameters
ShotQuizSurveryName | 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": "1e636067-c3d1-4a6a-96f3-0c4888c45305", "WeekNumberOfQuestion": 1, "Question": "sample string 2", "Answer": "sample string 3", "SchoolID": 1, "CheckinTimestamp": "2025-03-29T03:00:46.3893404+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.