POST Calculator/calculateData
Request Information
URI Parameters
None.
Body Parameters
CalculateDataRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| monthly_bill | integer |
None. |
|
| property_type | string |
None. |
|
| phone_number | string |
None. |
|
| pincode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"monthly_bill": 1,
"property_type": "sample string 2",
"phone_number": "sample string 3",
"pincode": "sample string 4"
}
application/xml, text/xml
Sample:
<CalculateDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GWREWebsiteAPI.Models"> <monthly_bill>1</monthly_bill> <phone_number>sample string 3</phone_number> <pincode>sample string 4</pincode> <property_type>sample string 2</property_type> </CalculateDataRequest>
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.