PUT api/benefit-plan/benefit-legal-compliance/update
Request Information
URI Parameters
None.
Body Parameters
BenefitLegalComplianceSubModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BenefitPlanId | integer |
None. |
|
| ComplianceMinumumRequirement | boolean |
None. |
|
| DescriptionNonCompliance | string |
None. |
|
| BenefitsLargerMinimumRequirement | boolean |
None. |
|
| DescriptionExcess | string |
None. |
|
| OptingOutAallowed | boolean |
None. |
|
| PlanIntroducedOptOutDefaultRequirement | boolean |
None. |
|
| PlanComplyOptingOutRequirement | boolean |
None. |
|
| PlanComplyDescriptionNonCompliance | string |
None. |
|
| TaxAdvantage | boolean |
None. |
|
| PlanTaxQualified | boolean |
None. |
|
| DescriptionNonQualificationItems | string |
None. |
|
| CoordinationSocialProgram | boolean |
None. |
|
| IndependentCollectiveBargaining | boolean |
None. |
|
| DateNextCollectiveBargainingAgreement | date |
None. |
|
| PeriodicRegulatoryFilings | boolean |
None. |
|
| EmployeeCommunicationRequirement | boolean |
None. |
|
| IntegrationWithWorkersCompensation | boolean |
None. |
|
| EmployerRoleInProgramAdministration | boolean |
None. |
|
| Remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BenefitPlanId": 1,
"ComplianceMinumumRequirement": true,
"DescriptionNonCompliance": "sample string 3",
"BenefitsLargerMinimumRequirement": true,
"DescriptionExcess": "sample string 5",
"OptingOutAallowed": true,
"PlanIntroducedOptOutDefaultRequirement": true,
"PlanComplyOptingOutRequirement": true,
"PlanComplyDescriptionNonCompliance": "sample string 9",
"TaxAdvantage": true,
"PlanTaxQualified": true,
"DescriptionNonQualificationItems": "sample string 12",
"CoordinationSocialProgram": true,
"IndependentCollectiveBargaining": true,
"DateNextCollectiveBargainingAgreement": "2026-05-12T09:08:32.3057584+00:00",
"PeriodicRegulatoryFilings": true,
"EmployeeCommunicationRequirement": true,
"IntegrationWithWorkersCompensation": true,
"EmployerRoleInProgramAdministration": true,
"Remarks": "sample string 19"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.