POST Notification/CancelSurveyBookingList

Request Information

URI Parameters

None.

Body Parameters

NotificationFilterReq
NameDescriptionTypeAdditional information
installer_master_id

string

None.

searchtype

string

None.

fromDate

string

None.

toDate

string

None.

isDIYUser

integer

None.

surveyor_name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "installer_master_id": "sample string 1",
  "searchtype": "sample string 2",
  "fromDate": "sample string 3",
  "toDate": "sample string 4",
  "isDIYUser": 5,
  "surveyor_name": "sample string 6"
}

application/xml, text/xml

Sample:
<NotificationFilterReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FingerCrewAPI.Models">
  <fromDate>sample string 3</fromDate>
  <installer_master_id>sample string 1</installer_master_id>
  <isDIYUser>5</isDIYUser>
  <searchtype>sample string 2</searchtype>
  <surveyor_name>sample string 6</surveyor_name>
  <toDate>sample string 4</toDate>
</NotificationFilterReq>

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.