POST api/InsertPropertyInsuranceForm
Request Information
URI Parameters
None.
Body Parameters
M_Property| Name | Description | Type | Additional information |
|---|---|---|---|
| Sum_Insured | string |
None. |
|
| Property_Type | string |
None. |
|
| Name | string |
None. |
|
| Mobile | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Sum_Insured": "sample string 1",
"Property_Type": "sample string 2",
"Name": "sample string 3",
"Mobile": "sample string 4"
}
application/xml, text/xml
Sample:
<M_Property xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models"> <Mobile>sample string 4</Mobile> <Name>sample string 3</Name> <Property_Type>sample string 2</Property_Type> <Sum_Insured>sample string 1</Sum_Insured> </M_Property>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>