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": "2025-12-22T01:56:28.0721607+00:00",
"FileName": "sample string 6",
"FileURL": "sample string 7"
}
application/xml, text/xml
Sample:
<ResearchReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALTAMBS.Business.Entities.Models"> <BenefitPlanId>1</BenefitPlanId> <CorporateCompanyId>1</CorporateCompanyId> <CorporateId>1</CorporateId> <CountryId>1</CountryId> <EffectiveDate>2025-12-22T01:56:28.0721607+00:00</EffectiveDate> <FileName>sample string 6</FileName> <FileURL>sample string 7</FileURL> <Keywords>sample string 4</Keywords> <ReportCategory>sample string 5</ReportCategory> <ReportContent>sample string 3</ReportContent> <ReportId>1</ReportId> <ReportName>sample string 2</ReportName> <ReportResearchId>1</ReportResearchId> </ResearchReportModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.