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/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

Sample:

Sample not available.