POST api/report/master-report-query

Request Information

URI Parameters

None.

Body Parameters

MasterQueryFilter
NameDescriptionTypeAdditional information
Year

integer

None.

CorporateId

integer

None.

BusinessUnits

integer

None.

CorporateEntities

integer

None.

BenefitTypeId

Collection of integer

None.

Region

string

None.

Countries

integer

None.

ReportCurrency

integer

None.

MonetaryUnit

integer

None.

CurrencySource

integer

None.

ExchangeRateDate

date

None.

UserId

integer

None.

ExchangeRateOther

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Year": 1,
  "CorporateId": 2,
  "BusinessUnits": 3,
  "CorporateEntities": 4,
  "BenefitTypeId": [
    1,
    2
  ],
  "Region": "sample string 5",
  "Countries": 6,
  "ReportCurrency": 7,
  "MonetaryUnit": 8,
  "CurrencySource": 9,
  "ExchangeRateDate": "2024-12-14T22:52:20.3178666+00:00",
  "UserId": 1,
  "ExchangeRateOther": "sample string 10"
}

application/xml, text/xml

Sample:
<MasterQueryFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALTAMBS.Business.Entities.Models">
  <BenefitTypeId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </BenefitTypeId>
  <BusinessUnits>3</BusinessUnits>
  <CorporateEntities>4</CorporateEntities>
  <CorporateId>2</CorporateId>
  <Countries>6</Countries>
  <CurrencySource>9</CurrencySource>
  <ExchangeRateDate>2024-12-14T22:52:20.3178666+00:00</ExchangeRateDate>
  <ExchangeRateOther>sample string 10</ExchangeRateOther>
  <MonetaryUnit>8</MonetaryUnit>
  <Region>sample string 5</Region>
  <ReportCurrency>7</ReportCurrency>
  <UserId>1</UserId>
  <Year>1</Year>
</MasterQueryFilter>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.