POST api/report_type/claim_report/download

Request Information

URI Parameters

None.

Body Parameters

ClaimReportFilterModel
NameDescriptionTypeAdditional information
case_or_packet_or_aaanumber

string

None.

date_opened_from

date

None.

date_opened_to

date

None.

dos_from_date

date

None.

dos_to_date

date

None.

provider_ids

string

None.

insurance_company_ids

string

None.

injured_firstname

string

None.

injured_lastname

string

None.

statuses

string

None.

final_status_ids

string

None.

case_type_ids

string

None.

pagination

PaginationInfoModel

Required

Request Formats

application/json, text/json

Sample:
{
  "case_or_packet_or_aaanumber": "sample string 1",
  "date_opened_from": "2026-05-01T21:13:45.3391948+00:00",
  "date_opened_to": "2026-05-01T21:13:45.3391948+00:00",
  "dos_from_date": "2026-05-01T21:13:45.3391948+00:00",
  "dos_to_date": "2026-05-01T21:13:45.3391948+00:00",
  "provider_ids": "sample string 2",
  "insurance_company_ids": "sample string 3",
  "injured_firstname": "sample string 4",
  "injured_lastname": "sample string 5",
  "statuses": "sample string 6",
  "final_status_ids": "sample string 7",
  "case_type_ids": "sample string 8",
  "pagination": {
    "page_number": 1,
    "page_size": 2,
    "page_token": {
      "next_partition_key": "sample string 1",
      "next_row_key": "sample string 2",
      "next_table_name": "sample string 3",
      "target_location": 1
    }
  }
}

text/html

Sample:
{"case_or_packet_or_aaanumber":"sample string 1","date_opened_from":"2026-05-01T21:13:45.3391948+00:00","date_opened_to":"2026-05-01T21:13:45.3391948+00:00","dos_from_date":"2026-05-01T21:13:45.3391948+00:00","dos_to_date":"2026-05-01T21:13:45.3391948+00:00","provider_ids":"sample string 2","insurance_company_ids":"sample string 3","injured_firstname":"sample string 4","injured_lastname":"sample string 5","statuses":"sample string 6","final_status_ids":"sample string 7","case_type_ids":"sample string 8","pagination":{"page_number":1,"page_size":2,"page_token":{"next_partition_key":"sample string 1","next_row_key":"sample string 2","next_table_name":"sample string 3","target_location":1}}}

application/xml, text/xml

Sample:
<ClaimReportFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.Reports">
  <case_or_packet_or_aaanumber>sample string 1</case_or_packet_or_aaanumber>
  <case_type_ids>sample string 8</case_type_ids>
  <date_opened_from>2026-05-01T21:13:45.3391948+00:00</date_opened_from>
  <date_opened_to>2026-05-01T21:13:45.3391948+00:00</date_opened_to>
  <dos_from_date>2026-05-01T21:13:45.3391948+00:00</dos_from_date>
  <dos_to_date>2026-05-01T21:13:45.3391948+00:00</dos_to_date>
  <final_status_ids>sample string 7</final_status_ids>
  <injured_firstname>sample string 4</injured_firstname>
  <injured_lastname>sample string 5</injured_lastname>
  <insurance_company_ids>sample string 3</insurance_company_ids>
  <pagination xmlns:d2p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
    <d2p1:page_number>1</d2p1:page_number>
    <d2p1:page_size>2</d2p1:page_size>
    <d2p1:page_token>
      <d2p1:next_partition_key>sample string 1</d2p1:next_partition_key>
      <d2p1:next_row_key>sample string 2</d2p1:next_row_key>
      <d2p1:next_table_name>sample string 3</d2p1:next_table_name>
      <d2p1:target_location>1</d2p1:target_location>
    </d2p1:page_token>
  </pagination>
  <provider_ids>sample string 2</provider_ids>
  <statuses>sample string 6</statuses>
</ClaimReportFilterModel>

multipart/form-data

Sample:
<ClaimReportFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.Reports"><case_or_packet_or_aaanumber>sample string 1</case_or_packet_or_aaanumber><case_type_ids>sample string 8</case_type_ids><date_opened_from>2026-05-01T21:13:45.3391948+00:00</date_opened_from><date_opened_to>2026-05-01T21:13:45.3391948+00:00</date_opened_to><dos_from_date>2026-05-01T21:13:45.3391948+00:00</dos_from_date><dos_to_date>2026-05-01T21:13:45.3391948+00:00</dos_to_date><final_status_ids>sample string 7</final_status_ids><injured_firstname>sample string 4</injured_firstname><injured_lastname>sample string 5</injured_lastname><insurance_company_ids>sample string 3</insurance_company_ids><pagination xmlns:d2p1="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><d2p1:page_number>1</d2p1:page_number><d2p1:page_size>2</d2p1:page_size><d2p1:page_token><d2p1:next_partition_key>sample string 1</d2p1:next_partition_key><d2p1:next_row_key>sample string 2</d2p1:next_row_key><d2p1:next_table_name>sample string 3</d2p1:next_table_name><d2p1:target_location>1</d2p1:target_location></d2p1:page_token></pagination><provider_ids>sample string 2</provider_ids><statuses>sample string 6</statuses></ClaimReportFilterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.