PUT api/report/content-editor/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ReportContentEditorSubModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportCategory | string |
None. |
|
| ReportName | string |
None. |
|
| CountryId | integer |
None. |
|
| CorporateId | integer |
None. |
|
| SourceNameId | integer |
None. |
|
| BenefitTemplateId | integer |
None. |
|
| LocalCompanyId | integer |
None. |
|
| BenefitPlanId | integer |
None. |
|
| BenefitProgramId | integer |
None. |
|
| TierId | integer |
None. |
|
| Year | integer |
None. |
|
| ReportContent | string |
None. |
|
| Status | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportCategory": "sample string 1",
"ReportName": "sample string 2",
"CountryId": 3,
"CorporateId": 1,
"SourceNameId": 1,
"BenefitTemplateId": 1,
"LocalCompanyId": 1,
"BenefitPlanId": 1,
"BenefitProgramId": 1,
"TierId": 1,
"Year": 1,
"ReportContent": "sample string 4",
"Status": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.