PUT api/benefit-plan/update-overview
Request Information
URI Parameters
None.
Body Parameters
BenefitPlanOverviewSubModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BenefitPlanId | integer |
None. |
|
| CorporateCompanyId | integer |
None. |
|
| CorporateId | integer |
None. |
|
| GoverningDocument | string |
None. |
|
| MultiEmployerPlan | boolean |
None. |
|
| SponsoringOrganizationName | string |
None. |
|
| GeographicalScopeId | integer |
None. |
|
| GeographicalScope | string |
None. |
|
| PlanDesignChanges | boolean |
None. |
|
| DescribeChanges | string |
None. |
|
| Active | boolean |
None. |
|
| BenefitPlanEntities | Collection of BenefitPlanEntitiesModel |
None. |
|
| BenefitPlanBasis | Collection of BenefitPlanBasisModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"BenefitPlanId": 1,
"CorporateCompanyId": 2,
"CorporateId": 3,
"GoverningDocument": "sample string 4",
"MultiEmployerPlan": true,
"SponsoringOrganizationName": "sample string 6",
"GeographicalScopeId": 7,
"GeographicalScope": "sample string 8",
"PlanDesignChanges": true,
"DescribeChanges": "sample string 10",
"Active": true,
"BenefitPlanEntities": [
{
"BenefitPlanEntitiesId": 1,
"BenefitPlanId": 2,
"CompanyLegalEntityId": 3,
"CompanyId": 4,
"EntityName": "sample string 5",
"CorporateBusinessId": 6,
"CorporateBusiness": "sample string 7",
"CorporateLegalEntitiesId": 8,
"CorporateLegalEntities": "sample string 9",
"StatusCompany": "sample string 10",
"Active": true
},
{
"BenefitPlanEntitiesId": 1,
"BenefitPlanId": 2,
"CompanyLegalEntityId": 3,
"CompanyId": 4,
"EntityName": "sample string 5",
"CorporateBusinessId": 6,
"CorporateBusiness": "sample string 7",
"CorporateLegalEntitiesId": 8,
"CorporateLegalEntities": "sample string 9",
"StatusCompany": "sample string 10",
"Active": true
}
],
"BenefitPlanBasis": [
{
"BenefitPlanBasisId": 1,
"BenefitPlanId": 2,
"CatalogValueId": 3,
"Active": true
},
{
"BenefitPlanBasisId": 1,
"BenefitPlanId": 2,
"CatalogValueId": 3,
"Active": true
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.