POST api/CustomV2/SaveSurveyResponse
Request Information
URI Parameters
None.
Body Parameters
Collection of UserSurvey| Name | 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": "5b8986f6-5592-4cbd-b2f8-2e51223850e0",
"QuestionID": 1,
"UserAnswer": "sample string 2",
"SurveyID": "sample string 3",
"UserRating": 1,
"SchoolID": 1,
"Active": true,
"Created": "2026-06-26T18:46:15.0373209+00:00"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UserSurvey| Name | 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": "5e6391d0-b3a4-4914-af02-c58ed0a5f10e",
"QuestionID": 1,
"UserAnswer": "sample string 2",
"SurveyID": "sample string 3",
"UserRating": 1,
"SchoolID": 1,
"Active": true,
"Created": "2026-06-26T18:46:15.0667624+00:00"
}