POST SurveyCharges/Filter
Request Information
URI Parameters
None.
Body Parameters
SurveyChargesFilterParamName | Description | Type | Additional information |
---|---|---|---|
searchtype | string |
None. |
|
fromDate | string |
None. |
|
toDate | string |
None. |
|
survey_payable_amt_mast_id | integer |
None. |
|
partner_mast_id | integer |
None. |
|
type_of_user | string |
None. |
|
amt_per_minute | decimal number |
None. |
|
min_payable_amt | decimal number |
None. |
|
max_payable_amt | decimal number |
None. |
|
processing_fee_for_surveyor | decimal number |
None. |
|
processing_fee_for_installer | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "searchtype": "sample string 1", "fromDate": "sample string 2", "toDate": "sample string 3", "survey_payable_amt_mast_id": 4, "partner_mast_id": 5, "type_of_user": "sample string 6", "amt_per_minute": 7.0, "min_payable_amt": 8.0, "max_payable_amt": 9.0, "processing_fee_for_surveyor": 10.0, "processing_fee_for_installer": 11.0 }
application/xml, text/xml
Sample:
<SurveyChargesFilterParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FingerCrewAPI.Models"> <amt_per_minute>7</amt_per_minute> <fromDate>sample string 2</fromDate> <max_payable_amt>9</max_payable_amt> <min_payable_amt>8</min_payable_amt> <partner_mast_id>5</partner_mast_id> <processing_fee_for_installer>11</processing_fee_for_installer> <processing_fee_for_surveyor>10</processing_fee_for_surveyor> <searchtype>sample string 1</searchtype> <survey_payable_amt_mast_id>4</survey_payable_amt_mast_id> <toDate>sample string 3</toDate> <type_of_user>sample string 6</type_of_user> </SurveyChargesFilterParam>
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.