POST api/report_type/payment_summary

Request Information

URI Parameters

None.

Body Parameters

PaymentSummaryFilterModel
NameDescriptionTypeAdditional information
injured_party_name

string

None.

initial_status

string

None.

check_number

string

None.

batch_number

string

None.

transaction_type

string

None.

report_type

string

None.

note

string

None.

transaction_date_from

date

None.

transaction_date_to

date

None.

date_of_service_start

date

None.

date_of_service_end

date

None.

provider_ids

Collection of integer

None.

provider_group_names

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "injured_party_name": "sample string 1",
  "initial_status": "sample string 2",
  "check_number": "sample string 3",
  "batch_number": "sample string 4",
  "transaction_type": "sample string 5",
  "report_type": "sample string 6",
  "note": "sample string 7",
  "transaction_date_from": "2026-05-01T21:10:46.3175715+00:00",
  "transaction_date_to": "2026-05-01T21:10:46.3175715+00:00",
  "date_of_service_start": "2026-05-01T21:10:46.3175715+00:00",
  "date_of_service_end": "2026-05-01T21:10:46.3175715+00:00",
  "provider_ids": [
    1,
    2
  ],
  "provider_group_names": [
    "sample string 1",
    "sample string 2"
  ]
}

text/html

Sample:
{"injured_party_name":"sample string 1","initial_status":"sample string 2","check_number":"sample string 3","batch_number":"sample string 4","transaction_type":"sample string 5","report_type":"sample string 6","note":"sample string 7","transaction_date_from":"2026-05-01T21:10:46.3175715+00:00","transaction_date_to":"2026-05-01T21:10:46.3175715+00:00","date_of_service_start":"2026-05-01T21:10:46.3175715+00:00","date_of_service_end":"2026-05-01T21:10:46.3175715+00:00","provider_ids":[1,2],"provider_group_names":["sample string 1","sample string 2"]}

application/xml, text/xml

Sample:
<PaymentSummaryFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.Reports">
  <batch_number>sample string 4</batch_number>
  <check_number>sample string 3</check_number>
  <date_of_service_end>2026-05-01T21:10:46.3175715+00:00</date_of_service_end>
  <date_of_service_start>2026-05-01T21:10:46.3175715+00:00</date_of_service_start>
  <initial_status>sample string 2</initial_status>
  <injured_party_name>sample string 1</injured_party_name>
  <note>sample string 7</note>
  <provider_group_names xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </provider_group_names>
  <provider_ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </provider_ids>
  <report_type>sample string 6</report_type>
  <transaction_date_from>2026-05-01T21:10:46.3175715+00:00</transaction_date_from>
  <transaction_date_to>2026-05-01T21:10:46.3175715+00:00</transaction_date_to>
  <transaction_type>sample string 5</transaction_type>
</PaymentSummaryFilterModel>

multipart/form-data

Sample:
<PaymentSummaryFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.Reports"><batch_number>sample string 4</batch_number><check_number>sample string 3</check_number><date_of_service_end>2026-05-01T21:10:46.3175715+00:00</date_of_service_end><date_of_service_start>2026-05-01T21:10:46.3175715+00:00</date_of_service_start><initial_status>sample string 2</initial_status><injured_party_name>sample string 1</injured_party_name><note>sample string 7</note><provider_group_names xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d2p1:string>sample string 1</d2p1:string><d2p1:string>sample string 2</d2p1:string></provider_group_names><provider_ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d2p1:int>1</d2p1:int><d2p1:int>2</d2p1:int></provider_ids><report_type>sample string 6</report_type><transaction_date_from>2026-05-01T21:10:46.3175715+00:00</transaction_date_from><transaction_date_to>2026-05-01T21:10:46.3175715+00:00</transaction_date_to><transaction_type>sample string 5</transaction_type></PaymentSummaryFilterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of PaymentSummaryResultModel
NameDescriptionTypeAdditional information
summary_type

string

None.

provider_name

string

None.

principal_amount

decimal number

None.

intrest_amount

decimal number

None.

total_amount

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "summary_type": "sample string 1",
    "provider_name": "sample string 2",
    "principal_amount": 1.0,
    "intrest_amount": 1.0,
    "total_amount": 1.0
  },
  {
    "summary_type": "sample string 1",
    "provider_name": "sample string 2",
    "principal_amount": 1.0,
    "intrest_amount": 1.0,
    "total_amount": 1.0
  }
]

text/html

Sample:
[{"summary_type":"sample string 1","provider_name":"sample string 2","principal_amount":1.0,"intrest_amount":1.0,"total_amount":1.0},{"summary_type":"sample string 1","provider_name":"sample string 2","principal_amount":1.0,"intrest_amount":1.0,"total_amount":1.0}]

application/xml, text/xml

Sample:
<ArrayOfPaymentSummaryResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.Reports">
  <PaymentSummaryResultModel>
    <intrest_amount>1</intrest_amount>
    <principal_amount>1</principal_amount>
    <provider_name>sample string 2</provider_name>
    <summary_type>sample string 1</summary_type>
    <total_amount>1</total_amount>
  </PaymentSummaryResultModel>
  <PaymentSummaryResultModel>
    <intrest_amount>1</intrest_amount>
    <principal_amount>1</principal_amount>
    <provider_name>sample string 2</provider_name>
    <summary_type>sample string 1</summary_type>
    <total_amount>1</total_amount>
  </PaymentSummaryResultModel>
</ArrayOfPaymentSummaryResultModel>

multipart/form-data

Sample:
<ArrayOfPaymentSummaryResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.Reports"><PaymentSummaryResultModel><intrest_amount>1</intrest_amount><principal_amount>1</principal_amount><provider_name>sample string 2</provider_name><summary_type>sample string 1</summary_type><total_amount>1</total_amount></PaymentSummaryResultModel><PaymentSummaryResultModel><intrest_amount>1</intrest_amount><principal_amount>1</principal_amount><provider_name>sample string 2</provider_name><summary_type>sample string 1</summary_type><total_amount>1</total_amount></PaymentSummaryResultModel></ArrayOfPaymentSummaryResultModel>