POST ResheduleAssignedSurvey/ReAssignSurvey

Request Information

URI Parameters

None.

Body Parameters

ReassignSurveyDetails
NameDescriptionTypeAdditional information
surveyor_master_id

integer

None.

booking_survey_list_mast_id

integer

None.

client_contact_no

string

None.

survye_status

integer

None.

booking_remarks

string

None.

survey_scheduled_time_from

string

None.

survey_scheduled_date

string

None.

Request Formats

application/json, text/json

Sample:
{
  "surveyor_master_id": 1,
  "booking_survey_list_mast_id": 2,
  "client_contact_no": "sample string 3",
  "survye_status": 4,
  "booking_remarks": "sample string 5",
  "survey_scheduled_time_from": "sample string 6",
  "survey_scheduled_date": "sample string 7"
}

application/xml, text/xml

Sample:
<ReassignSurveyDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FingerCrewAPI.Models">
  <booking_remarks>sample string 5</booking_remarks>
  <booking_survey_list_mast_id>2</booking_survey_list_mast_id>
  <client_contact_no>sample string 3</client_contact_no>
  <survey_scheduled_date>sample string 7</survey_scheduled_date>
  <survey_scheduled_time_from>sample string 6</survey_scheduled_time_from>
  <surveyor_master_id>1</surveyor_master_id>
  <survye_status>4</survye_status>
</ReassignSurveyDetails>

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.