PUT api/childinfo/update/{proposalNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| proposalNo | string |
Required |
Body Parameters
ChildInfoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProposalNo | string |
None. |
|
| ChildName | string |
None. |
|
| FatherName | string |
None. |
|
| GuardianName | string |
None. |
|
| Relation | string |
None. |
|
| Dob | string |
None. |
|
| Age | integer |
None. |
|
| InstituteName | string |
None. |
|
| InstituteAddress | string |
None. |
|
| Class | string |
None. |
|
| StudentId | string |
None. |
|
| OthersCompany | string |
None. |
|
| OthersPolicyNo | string |
None. |
|
| OthersSA | string |
None. |
|
| OthersPlan | string |
None. |
|
| OthersTerm | string |
None. |
|
| OthersRemarks | string |
None. |
|
| Remarks | string |
None. |
|
| BirthCertificate | string |
None. |
|
| IdType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProposalNo": "sample string 1",
"ChildName": "sample string 2",
"FatherName": "sample string 3",
"GuardianName": "sample string 4",
"Relation": "sample string 5",
"Dob": "sample string 6",
"Age": 7,
"InstituteName": "sample string 8",
"InstituteAddress": "sample string 9",
"Class": "sample string 10",
"StudentId": "sample string 11",
"OthersCompany": "sample string 12",
"OthersPolicyNo": "sample string 13",
"OthersSA": "sample string 14",
"OthersPlan": "sample string 15",
"OthersTerm": "sample string 16",
"OthersRemarks": "sample string 17",
"Remarks": "sample string 18",
"BirthCertificate": "sample string 19",
"IdType": "sample string 20"
}
application/xml, text/xml
Sample:
<ChildInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BancassuranceAPI.Models"> <Age>7</Age> <BirthCertificate>sample string 19</BirthCertificate> <ChildName>sample string 2</ChildName> <Class>sample string 10</Class> <Dob>sample string 6</Dob> <FatherName>sample string 3</FatherName> <GuardianName>sample string 4</GuardianName> <IdType>sample string 20</IdType> <InstituteAddress>sample string 9</InstituteAddress> <InstituteName>sample string 8</InstituteName> <OthersCompany>sample string 12</OthersCompany> <OthersPlan>sample string 15</OthersPlan> <OthersPolicyNo>sample string 13</OthersPolicyNo> <OthersRemarks>sample string 17</OthersRemarks> <OthersSA>sample string 14</OthersSA> <OthersTerm>sample string 16</OthersTerm> <ProposalNo>sample string 1</ProposalNo> <Relation>sample string 5</Relation> <Remarks>sample string 18</Remarks> <StudentId>sample string 11</StudentId> </ChildInfoModel>
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.