POST api/survey/EditSurveyQuestions
Request Information
URI Parameters
None.
Body Parameters
CreateQuestionsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SurveyId | globally unique identifier |
None. |
|
| QuestionRequests | Collection of SurveyQuestionRequest |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfSurveyBaseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | SurveyBaseResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.