POST TGFSiteSurvey/surveyQuestions

Request Information

URI Parameters

None.

Body Parameters

TGFSurveyQuestionParam
NameDescriptionTypeAdditional information
form_id

integer

None.

survey_section_mast_id

integer

None.

survey_type

string

None.

is_data_fetching

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "form_id": 1,
  "survey_section_mast_id": 2,
  "survey_type": "sample string 3",
  "is_data_fetching": true
}

application/xml, text/xml

Sample:
<TGFSurveyQuestionParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <form_id>1</form_id>
  <is_data_fetching>true</is_data_fetching>
  <survey_section_mast_id>2</survey_section_mast_id>
  <survey_type>sample string 3</survey_type>
</TGFSurveyQuestionParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.