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": "7300d924-6304-4898-81a4-a2811db64db4",
"WeekNumberOfQuestion": 1,
"Question": "sample string 2",
"Answer": "sample string 3",
"SchoolID": 1,
"CheckinTimestamp": "2026-03-26T20:32:19.3083522+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.