POST api/CustomV2/SaveSurveyResponse
Request Information
URI Parameters
None.
Body Parameters
Collection of UserSurveyName | Description | Type | Additional information |
---|---|---|---|
UserSurveyID | integer |
None. |
|
UserVID | globally unique identifier |
None. |
|
QuestionID | integer |
None. |
|
UserAnswer | string |
None. |
|
SurveyID | string |
None. |
|
UserRating | integer |
None. |
|
SchoolID | integer |
None. |
|
Active | boolean |
None. |
|
Created | date |
None. |
Request Formats
application/json, text/json
Sample:
[ { "$id": "1", "UserSurveyID": 1, "UserVID": "113cc4b2-c5b6-4c49-aafe-569f6f55af0c", "QuestionID": 1, "UserAnswer": "sample string 2", "SurveyID": "sample string 3", "UserRating": 1, "SchoolID": 1, "Active": true, "Created": "2025-07-09T14:45:25.1703179+00:00" }, { "$ref": "1" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UserSurveyName | Description | Type | Additional information |
---|---|---|---|
UserSurveyID | integer |
None. |
|
UserVID | globally unique identifier |
None. |
|
QuestionID | integer |
None. |
|
UserAnswer | string |
None. |
|
SurveyID | string |
None. |
|
UserRating | integer |
None. |
|
SchoolID | integer |
None. |
|
Active | boolean |
None. |
|
Created | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserSurveyID": 1, "UserVID": "624ea3d3-1c27-42ac-95ec-5b997df0a5b4", "QuestionID": 1, "UserAnswer": "sample string 2", "SurveyID": "sample string 3", "UserRating": 1, "SchoolID": 1, "Active": true, "Created": "2025-07-09T14:45:25.3905041+00:00" }