POST policy-issue-test
Request Information
URI Parameters
None.
Body Parameters
PolicyIssueRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicyHolder | PolicyHolderInfo |
None. |
|
| Dependents | Collection of DependentInfo |
None. |
|
| Nominee | NomineeInfo |
None. |
|
| ProductPlan | ProductPlanInfo |
None. |
|
| Transaction | TransactionInfo |
None. |
Request Formats
application/json, text/json
Sample:
{
"PolicyHolder": {
"Name": "sample string 1",
"NIDNo": "sample string 2",
"FathersName": "sample string 3",
"MothersName": "sample string 4",
"DateOfBirth": "2025-12-12T14:50:34.1236702+06:00",
"PresentAddress": "sample string 6",
"Gender": "sample string 7",
"MailID": "sample string 8",
"MobileNo": "sample string 9",
"Occupation": "sample string 10"
},
"Dependents": [
{
"Name": "sample string 1",
"DependentType": "sample string 2",
"IdentityType": "sample string 3",
"IdentityNumber": "sample string 4",
"DateOfBirth": "2025-12-12T14:50:34.1236702+06:00",
"Gender": "sample string 6"
},
{
"Name": "sample string 1",
"DependentType": "sample string 2",
"IdentityType": "sample string 3",
"IdentityNumber": "sample string 4",
"DateOfBirth": "2025-12-12T14:50:34.1236702+06:00",
"Gender": "sample string 6"
}
],
"Nominee": {
"Name": "sample string 1",
"NIDNo": "sample string 2",
"DateOfBirth": "2025-12-12T14:50:34.1236702+06:00",
"Relationship": "sample string 4",
"MobileNo": "sample string 5",
"GuardianName": "sample string 6",
"GuardianAge": 7,
"ReleationWithNominee": "sample string 8"
},
"ProductPlan": {
"ProductName": "sample string 1",
"PlanCode": "sample string 2",
"Term": 3,
"PaymentMode": "sample string 4",
"SumAssured": 5.0,
"PlanRate": 6.0
},
"Transaction": {
"WalletNo": "sample string 1",
"TrxID": "sample string 2",
"Amount": 3.0,
"AdditionalInfo": "sample string 4"
}
}
application/xml, text/xml
Sample:
<PolicyIssueRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Calculate_API.Models">
<Dependents>
<DependentInfo>
<DateOfBirth>2025-12-12T14:50:34.1236702+06:00</DateOfBirth>
<DependentType>sample string 2</DependentType>
<Gender>sample string 6</Gender>
<IdentityNumber>sample string 4</IdentityNumber>
<IdentityType>sample string 3</IdentityType>
<Name>sample string 1</Name>
</DependentInfo>
<DependentInfo>
<DateOfBirth>2025-12-12T14:50:34.1236702+06:00</DateOfBirth>
<DependentType>sample string 2</DependentType>
<Gender>sample string 6</Gender>
<IdentityNumber>sample string 4</IdentityNumber>
<IdentityType>sample string 3</IdentityType>
<Name>sample string 1</Name>
</DependentInfo>
</Dependents>
<Nominee>
<DateOfBirth>2025-12-12T14:50:34.1236702+06:00</DateOfBirth>
<GuardianAge>7</GuardianAge>
<GuardianName>sample string 6</GuardianName>
<MobileNo>sample string 5</MobileNo>
<NIDNo>sample string 2</NIDNo>
<Name>sample string 1</Name>
<Relationship>sample string 4</Relationship>
<ReleationWithNominee>sample string 8</ReleationWithNominee>
</Nominee>
<PolicyHolder>
<DateOfBirth>2025-12-12T14:50:34.1236702+06:00</DateOfBirth>
<FathersName>sample string 3</FathersName>
<Gender>sample string 7</Gender>
<MailID>sample string 8</MailID>
<MobileNo>sample string 9</MobileNo>
<MothersName>sample string 4</MothersName>
<NIDNo>sample string 2</NIDNo>
<Name>sample string 1</Name>
<Occupation>sample string 10</Occupation>
<PresentAddress>sample string 6</PresentAddress>
</PolicyHolder>
<ProductPlan>
<PaymentMode>sample string 4</PaymentMode>
<PlanCode>sample string 2</PlanCode>
<PlanRate>6</PlanRate>
<ProductName>sample string 1</ProductName>
<SumAssured>5</SumAssured>
<Term>3</Term>
</ProductPlan>
<Transaction>
<AdditionalInfo>sample string 4</AdditionalInfo>
<Amount>3</Amount>
<TrxID>sample string 2</TrxID>
<WalletNo>sample string 1</WalletNo>
</Transaction>
</PolicyIssueRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |