POST DIYSurveyData/surveySectionVerification

Request Information

URI Parameters

None.

Body Parameters

VerifyDIYSurveyListParam
NameDescriptionTypeAdditional information
booking_survey_list_mast_id

string

None.

isSectionVerified

string

None.

sectionRemark

string

None.

survey_section_mast_id

string

None.

isApproved

string

None.

rejectionRemark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "booking_survey_list_mast_id": "sample string 1",
  "isSectionVerified": "sample string 2",
  "sectionRemark": "sample string 3",
  "survey_section_mast_id": "sample string 4",
  "isApproved": "sample string 5",
  "rejectionRemark": "sample string 6"
}

application/xml, text/xml

Sample:
<VerifyDIYSurveyListParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <booking_survey_list_mast_id>sample string 1</booking_survey_list_mast_id>
  <isApproved>sample string 5</isApproved>
  <isSectionVerified>sample string 2</isSectionVerified>
  <rejectionRemark>sample string 6</rejectionRemark>
  <sectionRemark>sample string 3</sectionRemark>
  <survey_section_mast_id>sample string 4</survey_section_mast_id>
</VerifyDIYSurveyListParam>

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.