POST api/GetSOCExcel_Water
Request Information
URI Parameters
None.
Body Parameters
clsSOCExcel_Water| Name | Description | Type | Additional information |
|---|---|---|---|
| Quote_ID | integer |
None. |
|
| Core_SPID | string |
None. |
|
| Water_SPID | string |
None. |
|
| Water_Wholesaler | string |
None. |
|
| Address | string |
None. |
|
| Postcode | string |
None. |
|
| ContractType | string |
None. |
|
| Estimated_Annual_Water_Volume_m3 | decimal number |
None. |
|
| RSA | decimal number |
None. |
|
| Estimated_Annual_TE_Volume_m3 | integer |
None. |
|
| Meter_size | decimal number |
None. |
|
| Meter_chargeable_size | decimal number |
None. |
|
| Meter_ID | string |
None. |
|
| Fixed_Water_annum | decimal number |
None. |
|
| Volumetric_water_Unit_rate_m3 | decimal number |
None. |
|
| TE_Fixed_or_Minimum_Charge_annum | decimal number |
None. |
|
| TE_Volume_Unit_Rate_m3 | decimal number |
None. |
|
| Fixed_Water_annum_1 | decimal number |
None. |
|
| Volumertric_Water_annum | decimal number |
None. |
|
| Total_Water_annum | decimal number |
None. |
|
| TE_Fixed_annum | decimal number |
None. |
|
| TE_Volume_Charges_annum | decimal number |
None. |
|
| Total_Trade_Effluent_Charges_annum | decimal number |
None. |
|
| Total_Wholesale_annum | decimal number |
None. |
|
| Total_FBW_Retail_Services_annum | decimal number |
None. |
|
| BespokeBrokerCommission | decimal number |
None. |
|
| Estimated_Total_Cost_annum | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"quote_ID": 1,
"core_SPID": "sample string 2",
"water_SPID": "sample string 3",
"water_Wholesaler": "sample string 4",
"address": "sample string 5",
"postcode": "sample string 6",
"contractType": "sample string 7",
"estimated_Annual_Water_Volume_m3": 8.0,
"rsa": 9.0,
"estimated_Annual_TE_Volume_m3": 10,
"meter_size": 11.0,
"meter_chargeable_size": 12.0,
"meter_ID": "sample string 13",
"fixed_Water_annum": 14.0,
"volumetric_water_Unit_rate_m3": 15.0,
"tE_Fixed_or_Minimum_Charge_annum": 16.0,
"tE_Volume_Unit_Rate_m3": 17.0,
"fixed_Water_annum_1": 18.0,
"volumertric_Water_annum": 19.0,
"total_Water_annum": 20.0,
"tE_Fixed_annum": 21.0,
"tE_Volume_Charges_annum": 22.0,
"total_Trade_Effluent_Charges_annum": 23.0,
"total_Wholesale_annum": 24.0,
"total_FBW_Retail_Services_annum": 25.0,
"bespokeBrokerCommission": 26.0,
"estimated_Total_Cost_annum": 27.0
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.