POST api/InsertInvestmentInsuranceForm
Request Information
URI Parameters
None.
Body Parameters
M_Investment| Name | Description | Type | Additional information |
|---|---|---|---|
| Amount_Of_Investment | string |
None. |
|
| Date_Of_Birth | string |
None. |
|
| Name | string |
None. |
|
| Mobile | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Amount_Of_Investment": "sample string 1",
"Date_Of_Birth": "sample string 2",
"Name": "sample string 3",
"Mobile": "sample string 4"
}
application/xml, text/xml
Sample:
<M_Investment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models"> <Amount_Of_Investment>sample string 1</Amount_Of_Investment> <Date_Of_Birth>sample string 2</Date_Of_Birth> <Mobile>sample string 4</Mobile> <Name>sample string 3</Name> </M_Investment>
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>