POST api/AppSurveyAPI/AddAppSurveyAnswerData

Documentation for 'AddAppSurveyAnswerData'.

Request Information

Parameters

NameDescriptionAdditional information
appSurvey
Documentation for 'appSurvey'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SurveyId": 1,
  "SelectedOption": "sample string 2",
  "StudentCode": 3,
  "ClassCode": 4,
  "SectionName": "sample string 5",
  "CreatedDate": "2024-12-22T15:31:31.2613432-07:00",
  "APKId": 7,
  "Status": "sample string 8",
  "Response": true,
  "ErrorMsg": "sample string 10"
}

application/xml, text/xml

Sample:
<AppSurveyDetailsAppVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fastup.SLWebAPI.Models.AppSurvey">
  <APKId>7</APKId>
  <ClassCode>4</ClassCode>
  <CreatedDate>2024-12-22T15:31:31.2613432-07:00</CreatedDate>
  <ErrorMsg>sample string 10</ErrorMsg>
  <Response>true</Response>
  <SectionName>sample string 5</SectionName>
  <SelectedOption>sample string 2</SelectedOption>
  <Status>sample string 8</Status>
  <StudentCode>3</StudentCode>
  <SurveyId>1</SurveyId>
</AppSurveyDetailsAppVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "SurveyId": 1,
  "SelectedOption": "sample string 2",
  "StudentCode": 3,
  "ClassCode": 4,
  "SectionName": "sample string 5",
  "CreatedDate": "2024-12-22T15:31:31.2769752-07:00",
  "APKId": 7,
  "Status": "sample string 8",
  "Response": true,
  "ErrorMsg": "sample string 10"
}

application/xml, text/xml

Sample:
<AppSurveyDetailsAppVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fastup.SLWebAPI.Models.AppSurvey">
  <APKId>7</APKId>
  <ClassCode>4</ClassCode>
  <CreatedDate>2024-12-22T15:31:31.2769752-07:00</CreatedDate>
  <ErrorMsg>sample string 10</ErrorMsg>
  <Response>true</Response>
  <SectionName>sample string 5</SectionName>
  <SelectedOption>sample string 2</SelectedOption>
  <Status>sample string 8</Status>
  <StudentCode>3</StudentCode>
  <SurveyId>1</SurveyId>
</AppSurveyDetailsAppVM>