POST api/report/research/{reportName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
reportName

string

Required

Body Parameters

ResearchReportModel
NameDescriptionTypeAdditional 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": "2024-12-14T22:53:47.7126222+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>2024-12-14T22:53:47.7126222+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ResearchReportModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.