POST api/report-research

Request Information

URI Parameters

None.

Body Parameters

ReportResearch
NameDescriptionTypeAdditional information
ReportResearchId

integer

None.

ReportName

string

None.

CountryId

integer

None.

EffectiveDate

date

None.

ReportCategory

string

None.

ReportFileUrl

string

None.

ReportFileName

string

None.

Active

boolean

None.

CreatedBy

string

None.

CreatedByUserId

integer

None.

CreatedOn

date

None.

ModifiedBy

string

None.

ModifiedByUserId

integer

None.

ModifiedOn

date

None.

CorporateCompanyId

integer

None.

BenefitPlanId

integer

None.

ReportCategoryId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ReportResearchId": 1,
  "ReportName": "sample string 2",
  "CountryId": 3,
  "EffectiveDate": "2024-12-14T22:44:59.8653088+00:00",
  "ReportCategory": "sample string 5",
  "ReportFileUrl": "sample string 6",
  "ReportFileName": "sample string 7",
  "Active": true,
  "CreatedBy": "sample string 9",
  "CreatedByUserId": 10,
  "CreatedOn": "2024-12-14T22:44:59.8653088+00:00",
  "ModifiedBy": "sample string 12",
  "ModifiedByUserId": 13,
  "ModifiedOn": "2024-12-14T22:44:59.8653088+00:00",
  "CorporateCompanyId": 1,
  "BenefitPlanId": 1,
  "ReportCategoryId": 1
}

application/xml, text/xml

Sample:
<ReportResearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALTAMBS.Business.Entities.Entities.ReportResearches">
  <Active>true</Active>
  <BenefitPlanId>1</BenefitPlanId>
  <CorporateCompanyId>1</CorporateCompanyId>
  <CountryId>3</CountryId>
  <CreatedBy>sample string 9</CreatedBy>
  <CreatedByUserId>10</CreatedByUserId>
  <CreatedOn>2024-12-14T22:44:59.8653088+00:00</CreatedOn>
  <EffectiveDate>2024-12-14T22:44:59.8653088+00:00</EffectiveDate>
  <ModifiedBy>sample string 12</ModifiedBy>
  <ModifiedByUserId>13</ModifiedByUserId>
  <ModifiedOn>2024-12-14T22:44:59.8653088+00:00</ModifiedOn>
  <ReportCategory>sample string 5</ReportCategory>
  <ReportCategoryId>1</ReportCategoryId>
  <ReportFileName>sample string 7</ReportFileName>
  <ReportFileUrl>sample string 6</ReportFileUrl>
  <ReportName>sample string 2</ReportName>
  <ReportResearchId>1</ReportResearchId>
</ReportResearch>

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 'ReportResearch'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.