PUT api/benefit-program/{id}/update
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
BenefitProgramAssignModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BenefitProgramAssignId | integer |
None. |
|
| BenefitProgramTemplateId | integer |
None. |
|
| BenefitProgramTemplate | string |
None. |
|
| CatalogValueId | integer |
None. |
|
| CatalogValue | string |
None. |
|
| Active | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"BenefitProgramAssignId": 1,
"BenefitProgramTemplateId": 2,
"BenefitProgramTemplate": "sample string 3",
"CatalogValueId": 4,
"CatalogValue": "sample string 5",
"Active": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.