POST api/filters/benefit-plans
Request Information
URI Parameters
None.
Body Parameters
BenefitPlansParams| Name | Description | Type | Additional information |
|---|---|---|---|
| CorporateId | integer |
None. |
|
| StatusId | integer |
None. |
|
| Countries | Collection of integer |
None. |
|
| BenefitTypes | Collection of integer |
None. |
|
| PlanYears | Collection of integer |
None. |
|
| CorporateCompanies | Collection of integer |
None. |
|
| Regions | Collection of string |
None. |
|
| AvailableInRCE | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CorporateId": 1,
"StatusId": 1,
"Countries": [
1,
2
],
"BenefitTypes": [
1,
2
],
"PlanYears": [
1,
2
],
"CorporateCompanies": [
1,
2
],
"Regions": [
"sample string 1",
"sample string 2"
],
"AvailableInRCE": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.