POST Reschedule/RescheduleSurveyByAdmin

Request Information

URI Parameters

None.

Body Parameters

bookreschedulesurvey
NameDescriptionTypeAdditional information
installer_master_id

string

None.

survey_scheduled_date

string

None.

survey_scheduled_time_from

string

None.

booking_survey_list_mast_id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "installer_master_id": "sample string 1",
  "survey_scheduled_date": "sample string 2",
  "survey_scheduled_time_from": "sample string 3",
  "booking_survey_list_mast_id": "sample string 4"
}

application/xml, text/xml

Sample:
<bookreschedulesurvey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FingerCrewAPI.Models">
  <booking_survey_list_mast_id>sample string 4</booking_survey_list_mast_id>
  <installer_master_id>sample string 1</installer_master_id>
  <survey_scheduled_date>sample string 2</survey_scheduled_date>
  <survey_scheduled_time_from>sample string 3</survey_scheduled_time_from>
</bookreschedulesurvey>

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.