POST SurveyCharges/Update
Request Information
URI Parameters
None.
Body Parameters
UpdateSurveyChargesParam| Name | Description | Type | Additional information |
|---|---|---|---|
| survey_payable_amt_mast_id | integer |
None. |
|
| package_mast_id | integer |
None. |
|
| package_name | string |
None. |
|
| partner_mast_id | integer |
None. |
|
| amt_per_minute | decimal number |
None. |
|
| min_payable_amt | decimal number |
None. |
|
| type_of_user | string |
None. |
|
| max_payable_amt | decimal number |
None. |
|
| processing_fee_for_surveyor | decimal number |
None. |
|
| processing_fee_for_installer | decimal number |
None. |
|
| amt_per_minute_installer | decimal number |
None. |
|
| min_payable_amt_intaller | decimal number |
None. |
|
| max_payable_amt_installer | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"survey_payable_amt_mast_id": 1,
"package_mast_id": 2,
"package_name": "sample string 3",
"partner_mast_id": 4,
"amt_per_minute": 5.0,
"min_payable_amt": 6.0,
"type_of_user": "sample string 7",
"max_payable_amt": 8.0,
"processing_fee_for_surveyor": 9.0,
"processing_fee_for_installer": 10.0,
"amt_per_minute_installer": 11.0,
"min_payable_amt_intaller": 12.0,
"max_payable_amt_installer": 13.0
}
application/xml, text/xml
Sample:
<UpdateSurveyChargesParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FingerCrewAPI.Models"> <amt_per_minute>5</amt_per_minute> <amt_per_minute_installer>11</amt_per_minute_installer> <max_payable_amt>8</max_payable_amt> <max_payable_amt_installer>13</max_payable_amt_installer> <min_payable_amt>6</min_payable_amt> <min_payable_amt_intaller>12</min_payable_amt_intaller> <package_mast_id>2</package_mast_id> <package_name>sample string 3</package_name> <partner_mast_id>4</partner_mast_id> <processing_fee_for_installer>10</processing_fee_for_installer> <processing_fee_for_surveyor>9</processing_fee_for_surveyor> <survey_payable_amt_mast_id>1</survey_payable_amt_mast_id> <type_of_user>sample string 7</type_of_user> </UpdateSurveyChargesParam>
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.