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": "c6b8e965-5594-4351-91b7-bb3a9826dbb2",
"QuestionID": 1,
"UserAnswer": "sample string 2",
"SurveyID": "sample string 3",
"UserRating": 1,
"SchoolID": 1,
"Active": true,
"Created": "2026-02-04T02:30:41.6984133+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": "1bb29774-416e-4d07-8a42-c67db5760261",
"QuestionID": 1,
"UserAnswer": "sample string 2",
"SurveyID": "sample string 3",
"UserRating": 1,
"SchoolID": 1,
"Active": true,
"Created": "2026-02-04T02:30:41.7452792+00:00"
}