POST api/report_type/caseactivityreport
Request Information
URI Parameters
None.
Body Parameters
CaseActivityReportFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| report_type | string |
None. |
|
| date_from | date |
None. |
|
| date_to | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"report_type": "sample string 1",
"date_from": "2026-05-01T21:09:51.0608933+00:00",
"date_to": "2026-05-01T21:09:51.0608933+00:00"
}
text/html
Sample:
{"report_type":"sample string 1","date_from":"2026-05-01T21:09:51.0608933+00:00","date_to":"2026-05-01T21:09:51.0608933+00:00"}
application/xml, text/xml
Sample:
<CaseActivityReportFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"> <date_from>2026-05-01T21:09:51.0608933+00:00</date_from> <date_to>2026-05-01T21:09:51.0608933+00:00</date_to> <report_type>sample string 1</report_type> </CaseActivityReportFilterModel>
multipart/form-data
Sample:
<CaseActivityReportFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><date_from>2026-05-01T21:09:51.0608933+00:00</date_from><date_to>2026-05-01T21:09:51.0608933+00:00</date_to><report_type>sample string 1</report_type></CaseActivityReportFilterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CaseActivityReportResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| case_id | string |
None. |
|
| injuredparty_name | string |
None. |
|
| provider_name | string |
None. |
|
| insurance_company_name | string |
None. |
|
| claim_number | string |
None. |
|
| indexo_aaa_number | string |
None. |
|
| claimant | string |
None. |
|
| claim_amount | decimal number |
None. |
|
| voluntary_payment | decimal number |
None. |
|
| collection_amount | decimal number |
None. |
|
| claim_balance | decimal number |
None. |
|
| settlement_type | string |
None. |
|
| accident_date | date |
None. |
|
| dateofservice_start | date |
None. |
|
| dateofservice_end | date |
None. |
|
| opened_by | string |
None. |
|
| date_opened | date |
None. |
|
| date_filed | date |
None. |
|
| date_index_purchased | date |
None. |
|
| date_index_received | date |
None. |
|
| date_closed | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"case_id": "sample string 1",
"injuredparty_name": "sample string 2",
"provider_name": "sample string 3",
"insurance_company_name": "sample string 4",
"claim_number": "sample string 5",
"indexo_aaa_number": "sample string 6",
"claimant": "sample string 7",
"claim_amount": 1.0,
"voluntary_payment": 1.0,
"collection_amount": 1.0,
"claim_balance": 1.0,
"settlement_type": "sample string 8",
"accident_date": "2026-05-01T21:09:51.0785522+00:00",
"dateofservice_start": "2026-05-01T21:09:51.0785522+00:00",
"dateofservice_end": "2026-05-01T21:09:51.0785522+00:00",
"opened_by": "sample string 9",
"date_opened": "2026-05-01T21:09:51.0785522+00:00",
"date_filed": "2026-05-01T21:09:51.0785522+00:00",
"date_index_purchased": "2026-05-01T21:09:51.0785522+00:00",
"date_index_received": "2026-05-01T21:09:51.0785522+00:00",
"date_closed": "2026-05-01T21:09:51.0785522+00:00"
},
{
"case_id": "sample string 1",
"injuredparty_name": "sample string 2",
"provider_name": "sample string 3",
"insurance_company_name": "sample string 4",
"claim_number": "sample string 5",
"indexo_aaa_number": "sample string 6",
"claimant": "sample string 7",
"claim_amount": 1.0,
"voluntary_payment": 1.0,
"collection_amount": 1.0,
"claim_balance": 1.0,
"settlement_type": "sample string 8",
"accident_date": "2026-05-01T21:09:51.0785522+00:00",
"dateofservice_start": "2026-05-01T21:09:51.0785522+00:00",
"dateofservice_end": "2026-05-01T21:09:51.0785522+00:00",
"opened_by": "sample string 9",
"date_opened": "2026-05-01T21:09:51.0785522+00:00",
"date_filed": "2026-05-01T21:09:51.0785522+00:00",
"date_index_purchased": "2026-05-01T21:09:51.0785522+00:00",
"date_index_received": "2026-05-01T21:09:51.0785522+00:00",
"date_closed": "2026-05-01T21:09:51.0785522+00:00"
}
]
text/html
Sample:
[{"case_id":"sample string 1","injuredparty_name":"sample string 2","provider_name":"sample string 3","insurance_company_name":"sample string 4","claim_number":"sample string 5","indexo_aaa_number":"sample string 6","claimant":"sample string 7","claim_amount":1.0,"voluntary_payment":1.0,"collection_amount":1.0,"claim_balance":1.0,"settlement_type":"sample string 8","accident_date":"2026-05-01T21:09:51.0785522+00:00","dateofservice_start":"2026-05-01T21:09:51.0785522+00:00","dateofservice_end":"2026-05-01T21:09:51.0785522+00:00","opened_by":"sample string 9","date_opened":"2026-05-01T21:09:51.0785522+00:00","date_filed":"2026-05-01T21:09:51.0785522+00:00","date_index_purchased":"2026-05-01T21:09:51.0785522+00:00","date_index_received":"2026-05-01T21:09:51.0785522+00:00","date_closed":"2026-05-01T21:09:51.0785522+00:00"},{"case_id":"sample string 1","injuredparty_name":"sample string 2","provider_name":"sample string 3","insurance_company_name":"sample string 4","claim_number":"sample string 5","indexo_aaa_number":"sample string 6","claimant":"sample string 7","claim_amount":1.0,"voluntary_payment":1.0,"collection_amount":1.0,"claim_balance":1.0,"settlement_type":"sample string 8","accident_date":"2026-05-01T21:09:51.0785522+00:00","dateofservice_start":"2026-05-01T21:09:51.0785522+00:00","dateofservice_end":"2026-05-01T21:09:51.0785522+00:00","opened_by":"sample string 9","date_opened":"2026-05-01T21:09:51.0785522+00:00","date_filed":"2026-05-01T21:09:51.0785522+00:00","date_index_purchased":"2026-05-01T21:09:51.0785522+00:00","date_index_received":"2026-05-01T21:09:51.0785522+00:00","date_closed":"2026-05-01T21:09:51.0785522+00:00"}]
application/xml, text/xml
Sample:
<ArrayOfCaseActivityReportResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
<CaseActivityReportResultModel>
<accident_date>2026-05-01T21:09:51.0785522+00:00</accident_date>
<case_id>sample string 1</case_id>
<claim_amount>1</claim_amount>
<claim_balance>1</claim_balance>
<claim_number>sample string 5</claim_number>
<claimant>sample string 7</claimant>
<collection_amount>1</collection_amount>
<date_closed>2026-05-01T21:09:51.0785522+00:00</date_closed>
<date_filed>2026-05-01T21:09:51.0785522+00:00</date_filed>
<date_index_purchased>2026-05-01T21:09:51.0785522+00:00</date_index_purchased>
<date_index_received>2026-05-01T21:09:51.0785522+00:00</date_index_received>
<date_opened>2026-05-01T21:09:51.0785522+00:00</date_opened>
<dateofservice_end>2026-05-01T21:09:51.0785522+00:00</dateofservice_end>
<dateofservice_start>2026-05-01T21:09:51.0785522+00:00</dateofservice_start>
<indexo_aaa_number>sample string 6</indexo_aaa_number>
<injuredparty_name>sample string 2</injuredparty_name>
<insurance_company_name>sample string 4</insurance_company_name>
<opened_by>sample string 9</opened_by>
<provider_name>sample string 3</provider_name>
<settlement_type>sample string 8</settlement_type>
<voluntary_payment>1</voluntary_payment>
</CaseActivityReportResultModel>
<CaseActivityReportResultModel>
<accident_date>2026-05-01T21:09:51.0785522+00:00</accident_date>
<case_id>sample string 1</case_id>
<claim_amount>1</claim_amount>
<claim_balance>1</claim_balance>
<claim_number>sample string 5</claim_number>
<claimant>sample string 7</claimant>
<collection_amount>1</collection_amount>
<date_closed>2026-05-01T21:09:51.0785522+00:00</date_closed>
<date_filed>2026-05-01T21:09:51.0785522+00:00</date_filed>
<date_index_purchased>2026-05-01T21:09:51.0785522+00:00</date_index_purchased>
<date_index_received>2026-05-01T21:09:51.0785522+00:00</date_index_received>
<date_opened>2026-05-01T21:09:51.0785522+00:00</date_opened>
<dateofservice_end>2026-05-01T21:09:51.0785522+00:00</dateofservice_end>
<dateofservice_start>2026-05-01T21:09:51.0785522+00:00</dateofservice_start>
<indexo_aaa_number>sample string 6</indexo_aaa_number>
<injuredparty_name>sample string 2</injuredparty_name>
<insurance_company_name>sample string 4</insurance_company_name>
<opened_by>sample string 9</opened_by>
<provider_name>sample string 3</provider_name>
<settlement_type>sample string 8</settlement_type>
<voluntary_payment>1</voluntary_payment>
</CaseActivityReportResultModel>
</ArrayOfCaseActivityReportResultModel>
multipart/form-data
Sample:
<ArrayOfCaseActivityReportResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><CaseActivityReportResultModel><accident_date>2026-05-01T21:09:51.0785522+00:00</accident_date><case_id>sample string 1</case_id><claim_amount>1</claim_amount><claim_balance>1</claim_balance><claim_number>sample string 5</claim_number><claimant>sample string 7</claimant><collection_amount>1</collection_amount><date_closed>2026-05-01T21:09:51.0785522+00:00</date_closed><date_filed>2026-05-01T21:09:51.0785522+00:00</date_filed><date_index_purchased>2026-05-01T21:09:51.0785522+00:00</date_index_purchased><date_index_received>2026-05-01T21:09:51.0785522+00:00</date_index_received><date_opened>2026-05-01T21:09:51.0785522+00:00</date_opened><dateofservice_end>2026-05-01T21:09:51.0785522+00:00</dateofservice_end><dateofservice_start>2026-05-01T21:09:51.0785522+00:00</dateofservice_start><indexo_aaa_number>sample string 6</indexo_aaa_number><injuredparty_name>sample string 2</injuredparty_name><insurance_company_name>sample string 4</insurance_company_name><opened_by>sample string 9</opened_by><provider_name>sample string 3</provider_name><settlement_type>sample string 8</settlement_type><voluntary_payment>1</voluntary_payment></CaseActivityReportResultModel><CaseActivityReportResultModel><accident_date>2026-05-01T21:09:51.0785522+00:00</accident_date><case_id>sample string 1</case_id><claim_amount>1</claim_amount><claim_balance>1</claim_balance><claim_number>sample string 5</claim_number><claimant>sample string 7</claimant><collection_amount>1</collection_amount><date_closed>2026-05-01T21:09:51.0785522+00:00</date_closed><date_filed>2026-05-01T21:09:51.0785522+00:00</date_filed><date_index_purchased>2026-05-01T21:09:51.0785522+00:00</date_index_purchased><date_index_received>2026-05-01T21:09:51.0785522+00:00</date_index_received><date_opened>2026-05-01T21:09:51.0785522+00:00</date_opened><dateofservice_end>2026-05-01T21:09:51.0785522+00:00</dateofservice_end><dateofservice_start>2026-05-01T21:09:51.0785522+00:00</dateofservice_start><indexo_aaa_number>sample string 6</indexo_aaa_number><injuredparty_name>sample string 2</injuredparty_name><insurance_company_name>sample string 4</insurance_company_name><opened_by>sample string 9</opened_by><provider_name>sample string 3</provider_name><settlement_type>sample string 8</settlement_type><voluntary_payment>1</voluntary_payment></CaseActivityReportResultModel></ArrayOfCaseActivityReportResultModel>