PUT api/benefit-plan/benefit-plan-voluntary-program/update
Request Information
URI Parameters
None.
Body Parameters
BenefitVoluntaryProgramSubModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BenefitPlanId | integer |
None. |
|
| EmployerRole | string |
None. |
|
| VoluntaryProgramOtherBenefitsIncluded | string |
None. |
|
| FormBenefitPurchase | string |
None. |
|
| BenefitPlanProgram | Collection of BenefitPlanProgramSubModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"BenefitPlanId": 1,
"EmployerRole": "sample string 2",
"VoluntaryProgramOtherBenefitsIncluded": "sample string 3",
"FormBenefitPurchase": "sample string 4",
"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.