PUT api/BenefitType/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

BenefitTypesParam
NameDescriptionTypeAdditional information
Name

string

None.

IsMedical

boolean

None.

SetDefault

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "IsMedical": true,
  "SetDefault": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.