POST api/claims/GetClaimsAnalysisReport
Request Information
URI Parameters
None.
Body Parameters
GetClaimsAnalysisReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| FirmID | integer |
None. |
|
| PolicyID | integer |
None. |
|
| ReportID | integer |
None. |
|
| Header | RequestHeader |
None. |
Request Formats
application/json, text/json
Sample:
{
"FirmID": 1,
"PolicyID": 2,
"ReportID": 3,
"Header": {
"Token": "sample string 1",
"IPAddress": "sample string 2"
}
}
application/xml, text/xml
Sample:
<GetClaimsAnalysisReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFI.Entities.Claims.Integration">
<Header xmlns="http://schemas.datacontract.org/2004/07/CFI.Entities.Integration">
<IPAddress>sample string 2</IPAddress>
<Token>sample string 1</Token>
</Header>
<FirmID>1</FirmID>
<PolicyID>2</PolicyID>
<ReportID>3</ReportID>
</GetClaimsAnalysisReportRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetClaimsAnalysisReportResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Report | ClaimsAnalysisReport |
None. |
|
| Result | Response |
None. |
Response Formats
application/json, text/json
Sample:
{
"Report": {
"PolicyID": 1,
"InceptionDate": "2025-12-05T20:24:34.8638873-08:00",
"ExpiryDate": "2025-12-05T20:24:34.8638873-08:00",
"PolicyIssuerLogo": "sample string 4",
"ReportDate": "2025-12-05T20:24:34.8638873-08:00",
"PolicyNumber": "sample string 6",
"TotalEmployees": 7,
"TotalDependents": 8,
"DependentsCountsOnInceptionDate": 9,
"EmployeesCountOnReportDate": 10,
"DependentsCountsOnReportDate": 11,
"EmployeesCountOnInceptionDate": 12,
"PolicyPremiumPaid": 13.0,
"GST": 14.0,
"EndrosementPremiumAmountOnReportDate": 15.0,
"ReimbursementClaimsSettledAmount": 16.0,
"CashlessClaimsSettledAmount": 17.0,
"ReimbursementClaimsSettledCount": 18,
"ReimbursementClaimsOutstandingCount": 19,
"ReimbursementClaimsRejectedCount": 20,
"CashlessClaimsOutstandingCount": 21,
"CashlessClaimsRejectedCount": 22,
"CashlessClaimsSettledCount": 23,
"AllClaimsOutstandingAmount": 24.0,
"AllClaimsRejectedAmount": 25.0,
"PolicyPremiumPaidWithoutGST": 26.0,
"EarnedPremiumAmountCollectedOnReportDate": 27.0,
"FirmID": 28,
"FirmName": "sample string 29",
"PolicyDaysCompletedOnReportDate": 30,
"GeneratedDate": "2025-12-05T20:24:34.8638873-08:00",
"LastModifiedDate": "2025-12-05T20:24:34.8638873-08:00",
"ReportID": 33,
"IsPublished": true,
"ReimbursementClaimsOutstandingAmount": 34.0,
"CashlessClaimsOutstandingAmount": 35.0
},
"Result": {
"Result": 1,
"Messages": [
"sample string 1",
"sample string 2"
],
"TechnicalMessages": [
"sample string 1",
"sample string 2"
]
}
}
application/xml, text/xml
Sample:
<GetClaimsAnalysisReportResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CFI.Entities.Claims.Integration">
<Result xmlns="http://schemas.datacontract.org/2004/07/CFI.Entities.Integration">
<Messages xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</Messages>
<Result>1</Result>
<TechnicalMessages xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</TechnicalMessages>
</Result>
<Report xmlns:d2p1="http://schemas.datacontract.org/2004/07/CFI.Entities.Claims">
<d2p1:AllClaimsOutstandingAmount>24</d2p1:AllClaimsOutstandingAmount>
<d2p1:AllClaimsRejectedAmount>25</d2p1:AllClaimsRejectedAmount>
<d2p1:CashlessClaimsOutstandingAmount>35</d2p1:CashlessClaimsOutstandingAmount>
<d2p1:CashlessClaimsOutstandingCount>21</d2p1:CashlessClaimsOutstandingCount>
<d2p1:CashlessClaimsRejectedCount>22</d2p1:CashlessClaimsRejectedCount>
<d2p1:CashlessClaimsSettledAmount>17</d2p1:CashlessClaimsSettledAmount>
<d2p1:CashlessClaimsSettledCount>23</d2p1:CashlessClaimsSettledCount>
<d2p1:DependentsCountsOnInceptionDate>9</d2p1:DependentsCountsOnInceptionDate>
<d2p1:DependentsCountsOnReportDate>11</d2p1:DependentsCountsOnReportDate>
<d2p1:EarnedPremiumAmountCollectedOnReportDate>27</d2p1:EarnedPremiumAmountCollectedOnReportDate>
<d2p1:EmployeesCountOnInceptionDate>12</d2p1:EmployeesCountOnInceptionDate>
<d2p1:EmployeesCountOnReportDate>10</d2p1:EmployeesCountOnReportDate>
<d2p1:EndrosementPremiumAmountOnReportDate>15</d2p1:EndrosementPremiumAmountOnReportDate>
<d2p1:ExpiryDate>2025-12-05T20:24:34.8638873-08:00</d2p1:ExpiryDate>
<d2p1:FirmID>28</d2p1:FirmID>
<d2p1:FirmName>sample string 29</d2p1:FirmName>
<d2p1:GST>14</d2p1:GST>
<d2p1:GeneratedDate>2025-12-05T20:24:34.8638873-08:00</d2p1:GeneratedDate>
<d2p1:InceptionDate>2025-12-05T20:24:34.8638873-08:00</d2p1:InceptionDate>
<d2p1:IsPublished>true</d2p1:IsPublished>
<d2p1:LastModifiedDate>2025-12-05T20:24:34.8638873-08:00</d2p1:LastModifiedDate>
<d2p1:PolicyDaysCompletedOnReportDate>30</d2p1:PolicyDaysCompletedOnReportDate>
<d2p1:PolicyID>1</d2p1:PolicyID>
<d2p1:PolicyIssuerLogo>sample string 4</d2p1:PolicyIssuerLogo>
<d2p1:PolicyNumber>sample string 6</d2p1:PolicyNumber>
<d2p1:PolicyPremiumPaid>13</d2p1:PolicyPremiumPaid>
<d2p1:PolicyPremiumPaidWithoutGST>26</d2p1:PolicyPremiumPaidWithoutGST>
<d2p1:ReimbursementClaimsOutstandingAmount>34</d2p1:ReimbursementClaimsOutstandingAmount>
<d2p1:ReimbursementClaimsOutstandingCount>19</d2p1:ReimbursementClaimsOutstandingCount>
<d2p1:ReimbursementClaimsRejectedCount>20</d2p1:ReimbursementClaimsRejectedCount>
<d2p1:ReimbursementClaimsSettledAmount>16</d2p1:ReimbursementClaimsSettledAmount>
<d2p1:ReimbursementClaimsSettledCount>18</d2p1:ReimbursementClaimsSettledCount>
<d2p1:ReportDate>2025-12-05T20:24:34.8638873-08:00</d2p1:ReportDate>
<d2p1:ReportID>33</d2p1:ReportID>
<d2p1:TotalDependents>8</d2p1:TotalDependents>
<d2p1:TotalEmployees>7</d2p1:TotalEmployees>
</Report>
</GetClaimsAnalysisReportResponse>