POST api/report/research/{reportName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportName | string |
Required |
Body Parameters
ResearchReportModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportResearchId | integer |
None. |
|
| CountryId | integer |
None. |
|
| ReportName | string |
None. |
|
| ReportContent | string |
None. |
|
| Keywords | string |
None. |
|
| ReportCategory | string |
None. |
|
| BenefitPlanId | integer |
None. |
|
| CorporateId | integer |
None. |
|
| CorporateCompanyId | integer |
None. |
|
| ReportId | integer |
None. |
|
| EffectiveDate | date |
None. |
|
| FileName | string |
None. |
|
| FileURL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportResearchId": 1,
"CountryId": 1,
"ReportName": "sample string 2",
"ReportContent": "sample string 3",
"Keywords": "sample string 4",
"ReportCategory": "sample string 5",
"BenefitPlanId": 1,
"CorporateId": 1,
"CorporateCompanyId": 1,
"ReportId": 1,
"EffectiveDate": "2026-05-12T09:08:31.0371066+00:00",
"FileName": "sample string 6",
"FileURL": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.