POST VerifySurveyByInstaller/VerifySurveyDetails

Request Information

URI Parameters

None.

Body Parameters

VerifySurveyByInstallerParam
NameDescriptionTypeAdditional information
booking_survey_list_mast_id

string

None.

installer_login_master_id

string

None.

isVerifyElectric

string

None.

electricRemark

string

None.

isVerifyRoof

string

None.

roofRemark

string

None.

isVerifyPV

string

None.

pvRemark

string

None.

isApproved

string

None.

rejectionRemark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "booking_survey_list_mast_id": "sample string 1",
  "installer_login_master_id": "sample string 2",
  "isVerifyElectric": "sample string 3",
  "electricRemark": "sample string 4",
  "isVerifyRoof": "sample string 5",
  "roofRemark": "sample string 6",
  "isVerifyPV": "sample string 7",
  "pvRemark": "sample string 8",
  "isApproved": "sample string 9",
  "rejectionRemark": "sample string 10"
}

application/xml, text/xml

Sample:
<VerifySurveyByInstallerParam 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>
  <electricRemark>sample string 4</electricRemark>
  <installer_login_master_id>sample string 2</installer_login_master_id>
  <isApproved>sample string 9</isApproved>
  <isVerifyElectric>sample string 3</isVerifyElectric>
  <isVerifyPV>sample string 7</isVerifyPV>
  <isVerifyRoof>sample string 5</isVerifyRoof>
  <pvRemark>sample string 8</pvRemark>
  <rejectionRemark>sample string 10</rejectionRemark>
  <roofRemark>sample string 6</roofRemark>
</VerifySurveyByInstallerParam>

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.