POST api/batch/payment/case_search

Request Information

URI Parameters

None.

Body Parameters

PaymentCaseSearchReportFilterModel
NameDescriptionTypeAdditional information
case_Id

string

None.

name

string

None.

accident_date

date

None.

dos_start

date

None.

claim_number

string

None.

Request Formats

application/json, text/json

Sample:
{
  "case_Id": "sample string 1",
  "name": "sample string 2",
  "accident_date": "2026-05-01T21:10:00.9644409+00:00",
  "dos_start": "2026-05-01T21:10:00.9644409+00:00",
  "claim_number": "sample string 3"
}

text/html

Sample:
{"case_Id":"sample string 1","name":"sample string 2","accident_date":"2026-05-01T21:10:00.9644409+00:00","dos_start":"2026-05-01T21:10:00.9644409+00:00","claim_number":"sample string 3"}

application/xml, text/xml

Sample:
<PaymentCaseSearchReportFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.AI">
  <accident_date>2026-05-01T21:10:00.9644409+00:00</accident_date>
  <case_Id>sample string 1</case_Id>
  <claim_number>sample string 3</claim_number>
  <dos_start>2026-05-01T21:10:00.9644409+00:00</dos_start>
  <name>sample string 2</name>
</PaymentCaseSearchReportFilterModel>

multipart/form-data

Sample:
<PaymentCaseSearchReportFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.AI"><accident_date>2026-05-01T21:10:00.9644409+00:00</accident_date><case_Id>sample string 1</case_Id><claim_number>sample string 3</claim_number><dos_start>2026-05-01T21:10:00.9644409+00:00</dos_start><name>sample string 2</name></PaymentCaseSearchReportFilterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of PaymentCaseSearchResultModel
NameDescriptionTypeAdditional information
case_id

string

None.

provider_id

integer

None.

provider_name

string

None.

injured_party_first_name

string

None.

injured_party_last_name

string

None.

insurance_id

integer

None.

insurance_company_name

string

None.

accident_date

date

None.

index_number

string

None.

claim_amount

string

None.

current_status

string

None.

DOS

string

None.

claim_number

string

None.

final_status

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "case_id": "sample string 1",
    "provider_id": 2,
    "provider_name": "sample string 3",
    "injured_party_first_name": "sample string 4",
    "injured_party_last_name": "sample string 5",
    "insurance_id": 6,
    "insurance_company_name": "sample string 7",
    "accident_date": "2026-05-01T21:10:00.9844916+00:00",
    "index_number": "sample string 8",
    "claim_amount": "sample string 9",
    "current_status": "sample string 10",
    "DOS": "sample string 11",
    "claim_number": "sample string 12",
    "final_status": "sample string 13"
  },
  {
    "case_id": "sample string 1",
    "provider_id": 2,
    "provider_name": "sample string 3",
    "injured_party_first_name": "sample string 4",
    "injured_party_last_name": "sample string 5",
    "insurance_id": 6,
    "insurance_company_name": "sample string 7",
    "accident_date": "2026-05-01T21:10:00.9844916+00:00",
    "index_number": "sample string 8",
    "claim_amount": "sample string 9",
    "current_status": "sample string 10",
    "DOS": "sample string 11",
    "claim_number": "sample string 12",
    "final_status": "sample string 13"
  }
]

text/html

Sample:
[{"case_id":"sample string 1","provider_id":2,"provider_name":"sample string 3","injured_party_first_name":"sample string 4","injured_party_last_name":"sample string 5","insurance_id":6,"insurance_company_name":"sample string 7","accident_date":"2026-05-01T21:10:00.9844916+00:00","index_number":"sample string 8","claim_amount":"sample string 9","current_status":"sample string 10","DOS":"sample string 11","claim_number":"sample string 12","final_status":"sample string 13"},{"case_id":"sample string 1","provider_id":2,"provider_name":"sample string 3","injured_party_first_name":"sample string 4","injured_party_last_name":"sample string 5","insurance_id":6,"insurance_company_name":"sample string 7","accident_date":"2026-05-01T21:10:00.9844916+00:00","index_number":"sample string 8","claim_amount":"sample string 9","current_status":"sample string 10","DOS":"sample string 11","claim_number":"sample string 12","final_status":"sample string 13"}]

application/xml, text/xml

Sample:
<ArrayOfPaymentCaseSearchResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.AI">
  <PaymentCaseSearchResultModel>
    <DOS>sample string 11</DOS>
    <accident_date>2026-05-01T21:10:00.9844916+00:00</accident_date>
    <case_id>sample string 1</case_id>
    <claim_amount>sample string 9</claim_amount>
    <claim_number>sample string 12</claim_number>
    <current_status>sample string 10</current_status>
    <final_status>sample string 13</final_status>
    <index_number>sample string 8</index_number>
    <injured_party_first_name>sample string 4</injured_party_first_name>
    <injured_party_last_name>sample string 5</injured_party_last_name>
    <insurance_company_name>sample string 7</insurance_company_name>
    <insurance_id>6</insurance_id>
    <provider_id>2</provider_id>
    <provider_name>sample string 3</provider_name>
  </PaymentCaseSearchResultModel>
  <PaymentCaseSearchResultModel>
    <DOS>sample string 11</DOS>
    <accident_date>2026-05-01T21:10:00.9844916+00:00</accident_date>
    <case_id>sample string 1</case_id>
    <claim_amount>sample string 9</claim_amount>
    <claim_number>sample string 12</claim_number>
    <current_status>sample string 10</current_status>
    <final_status>sample string 13</final_status>
    <index_number>sample string 8</index_number>
    <injured_party_first_name>sample string 4</injured_party_first_name>
    <injured_party_last_name>sample string 5</injured_party_last_name>
    <insurance_company_name>sample string 7</insurance_company_name>
    <insurance_id>6</insurance_id>
    <provider_id>2</provider_id>
    <provider_name>sample string 3</provider_name>
  </PaymentCaseSearchResultModel>
</ArrayOfPaymentCaseSearchResultModel>

multipart/form-data

Sample:
<ArrayOfPaymentCaseSearchResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.AI"><PaymentCaseSearchResultModel><DOS>sample string 11</DOS><accident_date>2026-05-01T21:10:00.9844916+00:00</accident_date><case_id>sample string 1</case_id><claim_amount>sample string 9</claim_amount><claim_number>sample string 12</claim_number><current_status>sample string 10</current_status><final_status>sample string 13</final_status><index_number>sample string 8</index_number><injured_party_first_name>sample string 4</injured_party_first_name><injured_party_last_name>sample string 5</injured_party_last_name><insurance_company_name>sample string 7</insurance_company_name><insurance_id>6</insurance_id><provider_id>2</provider_id><provider_name>sample string 3</provider_name></PaymentCaseSearchResultModel><PaymentCaseSearchResultModel><DOS>sample string 11</DOS><accident_date>2026-05-01T21:10:00.9844916+00:00</accident_date><case_id>sample string 1</case_id><claim_amount>sample string 9</claim_amount><claim_number>sample string 12</claim_number><current_status>sample string 10</current_status><final_status>sample string 13</final_status><index_number>sample string 8</index_number><injured_party_first_name>sample string 4</injured_party_first_name><injured_party_last_name>sample string 5</injured_party_last_name><insurance_company_name>sample string 7</insurance_company_name><insurance_id>6</insurance_id><provider_id>2</provider_id><provider_name>sample string 3</provider_name></PaymentCaseSearchResultModel></ArrayOfPaymentCaseSearchResultModel>