POST api/report/content-editor/report-data

Request Information

URI Parameters

None.

Body Parameters

ReportContentFilter
NameDescriptionTypeAdditional information
CountryId

integer

None.

LocalCompanyId

integer

None.

BenefitPlanId

integer

None.

BenefitProgramId

integer

None.

TierId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryId": 1,
  "LocalCompanyId": 2,
  "BenefitPlanId": 3,
  "BenefitProgramId": 4,
  "TierId": 1
}

application/xml, text/xml

Sample:
<ReportContentFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALTAMBS.Business.Entities.Models">
  <BenefitPlanId>3</BenefitPlanId>
  <BenefitProgramId>4</BenefitProgramId>
  <CountryId>1</CountryId>
  <LocalCompanyId>2</LocalCompanyId>
  <TierId>1</TierId>
</ReportContentFilter>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReportContentFilter'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.