POST api/funding_report/portfolio

Request Information

URI Parameters

None.

Body Parameters

FunderPortfolioFilterModel
NameDescriptionTypeAdditional information
portfolio_id

integer

None.

caseId_or_index_or_refcaseid

string

None.

injured_party

string

None.

dos_from

date

None.

dos_to

date

None.

date_opened_from

date

None.

date_opened_to

date

None.

Request Formats

application/json, text/json

Sample:
{
  "portfolio_id": 1,
  "caseId_or_index_or_refcaseid": "sample string 1",
  "injured_party": "sample string 2",
  "dos_from": "2026-05-01T21:13:35.5467747+00:00",
  "dos_to": "2026-05-01T21:13:35.5467747+00:00",
  "date_opened_from": "2026-05-01T21:13:35.5467747+00:00",
  "date_opened_to": "2026-05-01T21:13:35.5467747+00:00"
}

text/html

Sample:
{"portfolio_id":1,"caseId_or_index_or_refcaseid":"sample string 1","injured_party":"sample string 2","dos_from":"2026-05-01T21:13:35.5467747+00:00","dos_to":"2026-05-01T21:13:35.5467747+00:00","date_opened_from":"2026-05-01T21:13:35.5467747+00:00","date_opened_to":"2026-05-01T21:13:35.5467747+00:00"}

application/xml, text/xml

Sample:
<FunderPortfolioFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.ReportManagement">
  <caseId_or_index_or_refcaseid>sample string 1</caseId_or_index_or_refcaseid>
  <date_opened_from>2026-05-01T21:13:35.5467747+00:00</date_opened_from>
  <date_opened_to>2026-05-01T21:13:35.5467747+00:00</date_opened_to>
  <dos_from>2026-05-01T21:13:35.5467747+00:00</dos_from>
  <dos_to>2026-05-01T21:13:35.5467747+00:00</dos_to>
  <injured_party>sample string 2</injured_party>
  <portfolio_id>1</portfolio_id>
</FunderPortfolioFilterModel>

multipart/form-data

Sample:
<FunderPortfolioFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models.ReportManagement"><caseId_or_index_or_refcaseid>sample string 1</caseId_or_index_or_refcaseid><date_opened_from>2026-05-01T21:13:35.5467747+00:00</date_opened_from><date_opened_to>2026-05-01T21:13:35.5467747+00:00</date_opened_to><dos_from>2026-05-01T21:13:35.5467747+00:00</dos_from><dos_to>2026-05-01T21:13:35.5467747+00:00</dos_to><injured_party>sample string 2</injured_party><portfolio_id>1</portfolio_id></FunderPortfolioFilterModel>

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.