POST SurveyVerification/surveyVerification
Request Information
URI Parameters
None.
Body Parameters
SurveyorVeriParamName | Description | Type | Additional information |
---|---|---|---|
package_mast_id | string |
None. |
|
booking_survey_list_mast_id | string |
None. |
|
isOptional | boolean |
None. |
|
isDIYUser | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "package_mast_id": "sample string 1", "booking_survey_list_mast_id": "sample string 2", "isOptional": true, "isDIYUser": 4 }
application/xml, text/xml
Sample:
<SurveyorVeriParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <booking_survey_list_mast_id>sample string 2</booking_survey_list_mast_id> <isDIYUser>4</isDIYUser> <isOptional>true</isOptional> <package_mast_id>sample string 1</package_mast_id> </SurveyorVeriParam>
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.