POST api/benefit-plan/{benefitPlanId}/program-tier/{tierName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| benefitPlanId | integer |
Required |
|
| tierName | string |
Required |
Body Parameters
ProgramTierCreateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BenefitTypeIds | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BenefitTypeIds": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.