POST api/benefit-program/plan/{benefitPlanId}/id/{benefitTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| benefitPlanId | integer |
Required |
|
| benefitTypeId | integer |
Required |
Body Parameters
BenefitTypeSubModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BenefitProgramTierId | integer |
None. |
|
| BenefitCoverageId | integer |
None. |
|
| GroupId | integer |
None. |
|
| Fields | Collection of BenefitTypeFieldSubModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"BenefitProgramTierId": 1,
"BenefitCoverageId": 1,
"GroupId": 1,
"Fields": [
{
"FieldId": 1,
"FieldMasterId": 2,
"Type": "sample string 3",
"FieldValue": {}
},
{
"FieldId": 1,
"FieldMasterId": 2,
"Type": "sample string 3",
"FieldValue": {}
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.