PUT api/benefit-plan/benefit-plan-global-regional/update/{validateCountryPresent}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| validateCountryPresent | boolean |
Default value is False |
Body Parameters
BenefitGlobalRegionalSubModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BenefitPlanId | integer |
None. |
|
| CountryPresentId | integer |
None. |
|
| InternationallyMobileEmployees | boolean |
None. |
|
| Active | boolean |
None. |
|
| BenefitPlantParticipateCountry | Collection of BenefitPlantParticipateCountrySubModel |
None. |
|
| BenefitPlanMobileEmployee | Collection of BenefitPlanMobileEmployeeSubModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"BenefitPlanId": 1,
"CountryPresentId": 2,
"InternationallyMobileEmployees": true,
"Active": true,
"BenefitPlantParticipateCountry": [
{
"BenefitPlantParticipateCountryId": 1,
"BenefitPlanId": 2,
"CountryPresentId": 3,
"CorporateCountryPresentId": 4,
"CorporateId": 5,
"CountryId": 6,
"CountryName": "sample string 7",
"CorporateRegionId": 1,
"CorporateRegion": "sample string 8",
"CountryHeadCount": 9,
"InternationallyMobileEmployees": 10,
"DefaultRegion": true,
"Active": true
},
{
"BenefitPlantParticipateCountryId": 1,
"BenefitPlanId": 2,
"CountryPresentId": 3,
"CorporateCountryPresentId": 4,
"CorporateId": 5,
"CountryId": 6,
"CountryName": "sample string 7",
"CorporateRegionId": 1,
"CorporateRegion": "sample string 8",
"CountryHeadCount": 9,
"InternationallyMobileEmployees": 10,
"DefaultRegion": true,
"Active": true
}
],
"BenefitPlanMobileEmployee": [
{
"BenefitPlanMobileEmployeeId": 1,
"BenefitPlanId": 2,
"CatalogValueId": 3,
"Description": "sample string 4",
"CatalogId": 5,
"Catalog": "sample string 6",
"Active": true
},
{
"BenefitPlanMobileEmployeeId": 1,
"BenefitPlanId": 2,
"CatalogValueId": 3,
"Description": "sample string 4",
"CatalogId": 5,
"Catalog": "sample string 6",
"Active": true
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.