GET api/CommonApi/GetClaimDetails?claimId={claimId}
Get Claim Details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| claimId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ClaimDetailsResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
Identity of the application |
integer |
None. |
| Number |
Application Reference number |
string |
None. |
| PortalProductId |
Identity of the Portal-Product associated with the application |
integer |
None. |
| ProposalId |
Identity of the Proposal associated with the application |
integer |
None. |
| UserId |
Identity of the Portal-Agent associated with the application |
integer |
None. |
| TemplateId |
Identity of the application template |
integer |
None. |
| CustomerId |
Identity of the customer associated with the application (If the application is filled by the customer) |
integer |
None. |
| CreatedDate |
Date when the application is created |
date |
None. |
| SubmittedDate |
Date when the application is submitted for review |
date |
None. |
| ExpiryDate |
Expiry date of the application |
date |
None. |
| RefrencePolicyNumber | string |
None. |
|
| ReferencePolicyId | integer |
None. |
|
| QuestionResponses |
List of user inputs for the application questions |
Collection of QuestionnaireResponse |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.