OrchardCostCenters
Returns a collection of CostCenterPhaseAmounts
objects.
Request
URL |
https://cap.crainwalnut.com/api/budget/orchardcostcenters |
Method |
GET |
Parameters
Name |
Data Type |
Description |
startingMonth |
Integer |
Indicates the beginning month for the relatively defined year |
currentMonth |
Integer |
Indicates the current month for the relatively defined year |
currentYear |
Integer |
Indicates the calendar year that corresponds to the current year for the relatively defined year |
source |
Source |
Refer to data type’s documentation for further information. Parameter is optional. |
excludeSource |
Boolean |
true if specified source should be excluded from transactional data. false if specified source is exclusive of other transactional data. Parameter is optional. Has no effect if source not specified. |
Returns
Remarks
Instances of CostCenterPhaseAmounts
returned carry a reference to OrchardCostCenter
objects in their CostCenter property. Please refer to OrchardCostCenter
for further information.