POST api/GLReportBudgetVariance
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"ReportParams": {
"FiscalYear": 1,
"PeriodNum": 2,
"BudgetTypeCode": "sample string 3",
"AccountFrom": "sample string 4",
"CostCenter1From": "sample string 5",
"CostCenter2From": "sample string 6",
"CostCenter3From": "sample string 7",
"AccountTo": "sample string 8",
"CostCenter1To": "sample string 9",
"CostCenter2To": "sample string 10",
"CostCenter3To": "sample string 11",
"IncludeZero": true,
"BreakByFund": true,
"BreakByClass": true,
"BreakByCategory": true,
"PrintCurrent": true,
"PrintOptions": true,
"PrintCents": true,
"PrintCommas": true,
"PrintBothTotals": true,
"IncludeCommittedValues": true,
"IncludeVarianceCode": "sample string 22",
"VariancePercent": 23.0
}
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"BinaryFile": "QEBA",
"ApiResult": {
"Success": true,
"Warnings": true,
"Description": "sample string 3",
"WarningMessages": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"NotificationErrorMessages": "sample string 4"
}
}