POST api/report/content-editor/report-data
Request Information
URI Parameters
None.
Body Parameters
ReportContentFilter| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.