Operation: GetCostCenterActualMonthlyListV3 Paginated
| ℹ️ NOTE |
|---|
| This API is paginated. Note that the initial response may not represent all available records. Please see the paging tutorial for more information. |
Retrieves rolled up actual billing data by costCenter for a given number of years- Result includes cost, use, unit cost on a monthly basis. It also includes commodity level break up.
| Parameter | Description | Type | Location |
|---|---|---|---|
| numberOfYears | Number of years of data to return includes the current year - Defaults to 24 months | integer | Query |
| pageSize | The number of elements to return in a page | integer | Query |
| pageNumber | The current page number | integer | Query |
| Header | Description | Type |
|---|---|---|
| PageNumber | The current page number | integer |
| TotalPages | The total number of pages available given the current page size | integer |
| PageSize | The current page size | integer |
| TotalNumberOfRecords | The total number of records available | integer |
Type Reference: CostCenterDigestActualMonthlyResponse [Array]
| Parameter | Description | Type |
|---|---|---|
| array | ||
| costCenterCode | The costCenter code | string |
| costCenterInfo | The costCenter info | string |
| costCenterId | The costCenter identifier | integer |
| updated | The date and time the data was updated | string |
| globalUseUnit | UnitChild | |
| unitId | The unit identifier | integer |
| unitCode | The unit code | string |
| unitInfo | The unit info | string |
| costUnit | UnitChild | |
| unitId | The unit identifier | integer |
| unitCode | The unit code | string |
| unitInfo | The unit info | string |
| commodities | An array of monthly data per commodity | CostCenterDigestActualMonthlyResponseCommodityData [Array] |
| commodityCode | The commodity code | string |
| commodityInfo | The commodity info | string |
| commodityId | The commodity identifier | integer |
| commonUseUnit | UnitChild | |
| unitId | The unit identifier | integer |
| unitCode | The unit code | string |
| unitInfo | The unit info | string |
| costUnit | UnitChild | |
| unitId | The unit identifier | integer |
| unitCode | The unit code | string |
| unitInfo | The unit info | string |
| results | An array of commodity monthly data | CostCenterDigestActualMonthlyResponseCommodityResults [Array] |
| periodName | Calendar Period Name | string |
| calendarPeriod | Calendar Period | integer |
| calendarYear | Calendar Year | integer |
| fiscalPeriod | Fiscal Period | integer |
| fiscalYear | Fiscal Year | integer |
| totalCost | Total Cost | number |
| commonUse | Common Use | number |
| commonUseUnitCost | Common Use Unit Cost | number |
| globalUse | Global Use | number |
| globalUseUnitCost | Global Use Unit Cost | number |
| results | An array of monthly data | CostCenterDigestActualMonthlyResponseResults [Array] |
| periodName | Calendar Period Name | string |
| calendarPeriod | Calendar Period | integer |
| calendarYear | Calendar Year | integer |
| fiscalPeriod | Fiscal Period | integer |
| fiscalYear | Fiscal Year | integer |
| totalCost | Total Cost | number |
| globalUse | Global Use | number |
| globalUseUnitCost | Global Use Unit Cost | number |
{
"PageNumber": 1,
"TotalPages": 1,
"PageSize": 1,
"TotalNumberOfRecords": 1
}[
{
"costCenterCode": "string",
"costCenterInfo": "string",
"costCenterId": 1,
"updated": "2025-12-17",
"globalUseUnit": {
"unitId": 1,
"unitCode": "string",
"unitInfo": "string"
},
"costUnit": {
"unitId": 1,
"unitCode": "string",
"unitInfo": "string"
},
"commodities": [
{
"commodityCode": "string",
"commodityInfo": "string",
"commodityId": 1,
"commonUseUnit": {
"unitId": 1,
"unitCode": "string",
"unitInfo": "string"
},
"costUnit": {
"unitId": 1,
"unitCode": "string",
"unitInfo": "string"
},
"results": [
{
"periodName": "string",
"calendarPeriod": 1,
"calendarYear": 1,
"fiscalPeriod": 1,
"fiscalYear": 1,
"totalCost": 1.0,
"commonUse": 1.0,
"commonUseUnitCost": 1.0,
"globalUse": 1.0,
"globalUseUnitCost": 1.0
}
]
}
],
"results": [
{
"periodName": "string",
"calendarPeriod": 1,
"calendarYear": 1,
"fiscalPeriod": 1,
"fiscalYear": 1,
"totalCost": 1.0,
"globalUse": 1.0,
"globalUseUnitCost": 1.0
}
]
}
]