PUT api/benefit-plan/benefit-plan-flex-program/update
Request Information
URI Parameters
None.
Body Parameters
BenefitFlexProgramSubModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BenefitPlanId | integer |
None. |
|
| FlexBenefitProgramModelId | integer |
None. |
|
| FlexProgramOtherBenefitsIncluded | string |
None. |
|
| SelectionProcessBenefitItems | string |
None. |
|
| FlexBudgetCreditMechanism | string |
None. |
|
| UnusedBudgetCredits | string |
None. |
|
| EmployerCost | string |
None. |
|
| BenefitPlanProgram | Collection of BenefitPlanProgramSubModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"BenefitPlanId": 1,
"FlexBenefitProgramModelId": 2,
"FlexProgramOtherBenefitsIncluded": "sample string 3",
"SelectionProcessBenefitItems": "sample string 4",
"FlexBudgetCreditMechanism": "sample string 5",
"UnusedBudgetCredits": "sample string 6",
"EmployerCost": "sample string 7",
"BenefitPlanProgram": [
{
"BenefitPlanProgramId": 1,
"BenefitPlanId": 2,
"BefitPlanFromId": 3,
"CorporateCompanyId": 4,
"CorporateId": 5,
"LocalCompanyName": "sample string 6",
"BenefitPlanName": "sample string 7",
"PlanYear": 8,
"PlanNameYear": "sample string 9",
"Type": "sample string 10"
},
{
"BenefitPlanProgramId": 1,
"BenefitPlanId": 2,
"BefitPlanFromId": 3,
"CorporateCompanyId": 4,
"CorporateId": 5,
"LocalCompanyName": "sample string 6",
"BenefitPlanName": "sample string 7",
"PlanYear": 8,
"PlanNameYear": "sample string 9",
"Type": "sample string 10"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.