POST api/report/sidebysideplans
Request Information
URI Parameters
None.
Body Parameters
SideBySidePlansFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| BenefitProgramId | integer |
None. |
|
| CorporateLegalEntitiesId | integer |
None. |
|
| CorporateBusinessId | integer |
None. |
|
| CorporateId | integer |
None. |
|
| UserId | integer |
None. |
|
| BenefitTypeId | Collection of integer |
None. |
|
| Regions | Collection of string |
None. |
|
| Countries | Collection of integer |
None. |
|
| CorporateCompanies | Collection of integer |
None. |
|
| BenefitPlans | Collection of integer |
None. |
|
| BenefitTiers | Collection of string |
None. |
|
| PlanYears | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BenefitProgramId": 1,
"CorporateLegalEntitiesId": 2,
"CorporateBusinessId": 3,
"CorporateId": 1,
"UserId": 1,
"BenefitTypeId": [
1,
2
],
"Regions": [
"sample string 1",
"sample string 2"
],
"Countries": [
1,
2
],
"CorporateCompanies": [
1,
2
],
"BenefitPlans": [
1,
2
],
"BenefitTiers": [
"sample string 1",
"sample string 2"
],
"PlanYears": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.