POST SurveyCharges/Insert

Request Information

URI Parameters

None.

Body Parameters

InsertSurveyChargesParam
NameDescriptionTypeAdditional information
partner_mast_id

integer

None.

package_mast_id

integer

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.

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:
{
  "partner_mast_id": 1,
  "package_mast_id": 2,
  "amt_per_minute": 3.0,
  "min_payable_amt": 4.0,
  "max_payable_amt": 5.0,
  "processing_fee_for_surveyor": 6.0,
  "processing_fee_for_installer": 7.0,
  "amt_per_minute_installer": 8.0,
  "min_payable_amt_intaller": 9.0,
  "max_payable_amt_installer": 10.0
}

application/xml, text/xml

Sample:
<InsertSurveyChargesParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FingerCrewAPI.Models">
  <amt_per_minute>3</amt_per_minute>
  <amt_per_minute_installer>8</amt_per_minute_installer>
  <max_payable_amt>5</max_payable_amt>
  <max_payable_amt_installer>10</max_payable_amt_installer>
  <min_payable_amt>4</min_payable_amt>
  <min_payable_amt_intaller>9</min_payable_amt_intaller>
  <package_mast_id>2</package_mast_id>
  <partner_mast_id>1</partner_mast_id>
  <processing_fee_for_installer>7</processing_fee_for_installer>
  <processing_fee_for_surveyor>6</processing_fee_for_surveyor>
</InsertSurveyChargesParam>

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.