POST api/report/master-report-query
Request Information
URI Parameters
None.
Body Parameters
MasterQueryFilter| Name | Description | Type | Additional 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": "2026-05-12T09:08:31.4130244+00:00",
"UserId": 1,
"ExchangeRateOther": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.