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": "b4a24446-f533-4849-8404-aee52266fabb", "WeekNumberOfQuestion": 1, "Question": "sample string 2", "Answer": "sample string 3", "SchoolID": 1, "CheckinTimestamp": "2025-07-08T21:14:52.7778897+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.