POST SurveyEssentials/updateSurveyEssentials
Request Information
URI Parameters
None.
Body Parameters
SurveyEssentialsRequestName | Description | Type | Additional information |
---|---|---|---|
booking_survey_list_mast_id | integer |
None. |
|
start_time | string |
None. |
|
end_time | string |
None. |
|
distance | string |
None. |
|
client_lat | string |
None. |
|
client_lng | string |
None. |
|
surveyor_lat | string |
None. |
|
surveyor_lng | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "booking_survey_list_mast_id": 1, "start_time": "sample string 2", "end_time": "sample string 3", "distance": "sample string 4", "client_lat": "sample string 5", "client_lng": "sample string 6", "surveyor_lat": "sample string 7", "surveyor_lng": "sample string 8" }
application/xml, text/xml
Sample:
<SurveyEssentialsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <booking_survey_list_mast_id>1</booking_survey_list_mast_id> <client_lat>sample string 5</client_lat> <client_lng>sample string 6</client_lng> <distance>sample string 4</distance> <end_time>sample string 3</end_time> <start_time>sample string 2</start_time> <surveyor_lat>sample string 7</surveyor_lat> <surveyor_lng>sample string 8</surveyor_lng> </SurveyEssentialsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.