POST api/filters/corporate-companies
Request Information
URI Parameters
None.
Body Parameters
CorporateCompaniesParams| Name | Description | Type | Additional information |
|---|---|---|---|
| CorporateId | integer |
None. |
|
| Countries | Collection of integer |
None. |
|
| BenefitTypes | Collection of integer |
None. |
|
| PlanYears | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CorporateId": 1,
"Countries": [
1,
2
],
"BenefitTypes": [
1,
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.