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