POST api/Survey/SaveSurvey
Request Information
URI Parameters
None.
Body Parameters
Survey| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SurveyName | string |
None. |
|
| FinishDate | date |
None. |
|
| TopicSurveyName | string |
None. |
|
| TopicSurveyId | integer |
None. |
|
| QuestionName | string |
None. |
|
| QuestionType | integer |
None. |
|
| SubQuestion | string |
None. |
|
| QuestionId | integer |
None. |
|
| QuestionChoiceId | integer |
None. |
|
| Length | integer |
None. |
|
| Rank | integer |
None. |
|
| IsDone | boolean |
None. |
|
| ResultQuestionChoiceId | integer |
None. |
|
| ResponseValue | string |
None. |
|
| Choose | string |
None. |
|
| ilTopic | Collection of TopicName |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />