POST api/report_type/document_report

Request Information

URI Parameters

None.

Body Parameters

DocumentReportFilterModel
NameDescriptionTypeAdditional information
provider_ids

string

None.

insurance_company_ids

string

None.

portfolio_name_ids

string

None.

Request Formats

application/json, text/json

Sample:
{
  "provider_ids": "sample string 1",
  "insurance_company_ids": "sample string 2",
  "portfolio_name_ids": "sample string 3"
}

text/html

Sample:
{"provider_ids":"sample string 1","insurance_company_ids":"sample string 2","portfolio_name_ids":"sample string 3"}

application/xml, text/xml

Sample:
<DocumentReportFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.ReportManagement">
  <insurance_company_ids>sample string 2</insurance_company_ids>
  <portfolio_name_ids>sample string 3</portfolio_name_ids>
  <provider_ids>sample string 1</provider_ids>
</DocumentReportFilterModel>

multipart/form-data

Sample:
<DocumentReportFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.ReportManagement"><insurance_company_ids>sample string 2</insurance_company_ids><portfolio_name_ids>sample string 3</portfolio_name_ids><provider_ids>sample string 1</provider_ids></DocumentReportFilterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of DocumentReportResultModel
NameDescriptionTypeAdditional information
case_id

string

None.

injured_party_first_name

string

None.

injured_party_last_name

string

None.

insured_party_first_name

string

None.

insured_party_last_name

string

None.

ins_name

string

None.

portfolio

string

None.

provider_name

string

None.

opposing_counsel

string

None.

indexoraaa_number

string

None.

status

string

None.

folder_name

string

None.

file_name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "case_id": "sample string 1",
    "injured_party_first_name": "sample string 2",
    "injured_party_last_name": "sample string 3",
    "insured_party_first_name": "sample string 4",
    "insured_party_last_name": "sample string 5",
    "ins_name": "sample string 6",
    "portfolio": "sample string 7",
    "provider_name": "sample string 8",
    "opposing_counsel": "sample string 9",
    "indexoraaa_number": "sample string 10",
    "status": "sample string 11",
    "folder_name": "sample string 12",
    "file_name": "sample string 13"
  },
  {
    "case_id": "sample string 1",
    "injured_party_first_name": "sample string 2",
    "injured_party_last_name": "sample string 3",
    "insured_party_first_name": "sample string 4",
    "insured_party_last_name": "sample string 5",
    "ins_name": "sample string 6",
    "portfolio": "sample string 7",
    "provider_name": "sample string 8",
    "opposing_counsel": "sample string 9",
    "indexoraaa_number": "sample string 10",
    "status": "sample string 11",
    "folder_name": "sample string 12",
    "file_name": "sample string 13"
  }
]

text/html

Sample:
[{"case_id":"sample string 1","injured_party_first_name":"sample string 2","injured_party_last_name":"sample string 3","insured_party_first_name":"sample string 4","insured_party_last_name":"sample string 5","ins_name":"sample string 6","portfolio":"sample string 7","provider_name":"sample string 8","opposing_counsel":"sample string 9","indexoraaa_number":"sample string 10","status":"sample string 11","folder_name":"sample string 12","file_name":"sample string 13"},{"case_id":"sample string 1","injured_party_first_name":"sample string 2","injured_party_last_name":"sample string 3","insured_party_first_name":"sample string 4","insured_party_last_name":"sample string 5","ins_name":"sample string 6","portfolio":"sample string 7","provider_name":"sample string 8","opposing_counsel":"sample string 9","indexoraaa_number":"sample string 10","status":"sample string 11","folder_name":"sample string 12","file_name":"sample string 13"}]

application/xml, text/xml

Sample:
<ArrayOfDocumentReportResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.ReportManagement">
  <DocumentReportResultModel>
    <case_id>sample string 1</case_id>
    <file_name>sample string 13</file_name>
    <folder_name>sample string 12</folder_name>
    <indexoraaa_number>sample string 10</indexoraaa_number>
    <injured_party_first_name>sample string 2</injured_party_first_name>
    <injured_party_last_name>sample string 3</injured_party_last_name>
    <ins_name>sample string 6</ins_name>
    <insured_party_first_name>sample string 4</insured_party_first_name>
    <insured_party_last_name>sample string 5</insured_party_last_name>
    <opposing_counsel>sample string 9</opposing_counsel>
    <portfolio>sample string 7</portfolio>
    <provider_name>sample string 8</provider_name>
    <status>sample string 11</status>
  </DocumentReportResultModel>
  <DocumentReportResultModel>
    <case_id>sample string 1</case_id>
    <file_name>sample string 13</file_name>
    <folder_name>sample string 12</folder_name>
    <indexoraaa_number>sample string 10</indexoraaa_number>
    <injured_party_first_name>sample string 2</injured_party_first_name>
    <injured_party_last_name>sample string 3</injured_party_last_name>
    <ins_name>sample string 6</ins_name>
    <insured_party_first_name>sample string 4</insured_party_first_name>
    <insured_party_last_name>sample string 5</insured_party_last_name>
    <opposing_counsel>sample string 9</opposing_counsel>
    <portfolio>sample string 7</portfolio>
    <provider_name>sample string 8</provider_name>
    <status>sample string 11</status>
  </DocumentReportResultModel>
</ArrayOfDocumentReportResultModel>

multipart/form-data

Sample:
<ArrayOfDocumentReportResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.ReportManagement"><DocumentReportResultModel><case_id>sample string 1</case_id><file_name>sample string 13</file_name><folder_name>sample string 12</folder_name><indexoraaa_number>sample string 10</indexoraaa_number><injured_party_first_name>sample string 2</injured_party_first_name><injured_party_last_name>sample string 3</injured_party_last_name><ins_name>sample string 6</ins_name><insured_party_first_name>sample string 4</insured_party_first_name><insured_party_last_name>sample string 5</insured_party_last_name><opposing_counsel>sample string 9</opposing_counsel><portfolio>sample string 7</portfolio><provider_name>sample string 8</provider_name><status>sample string 11</status></DocumentReportResultModel><DocumentReportResultModel><case_id>sample string 1</case_id><file_name>sample string 13</file_name><folder_name>sample string 12</folder_name><indexoraaa_number>sample string 10</indexoraaa_number><injured_party_first_name>sample string 2</injured_party_first_name><injured_party_last_name>sample string 3</injured_party_last_name><ins_name>sample string 6</ins_name><insured_party_first_name>sample string 4</insured_party_first_name><insured_party_last_name>sample string 5</insured_party_last_name><opposing_counsel>sample string 9</opposing_counsel><portfolio>sample string 7</portfolio><provider_name>sample string 8</provider_name><status>sample string 11</status></DocumentReportResultModel></ArrayOfDocumentReportResultModel>