POST api/benefit-plan/{benefitPlanId}/program-tier/{tierName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
benefitPlanId

integer

Required

tierName

string

Required

Body Parameters

ProgramTierCreateRequest
NameDescriptionTypeAdditional information
BenefitTypeIds

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BenefitTypeIds": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProgramTierCreateRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.