Budget Service
getAllBudget
Retrieves all Budget records for the Location and Post Date.
get/budget/v1/getAllBudget
Query parameters
locationCodestring required
The Code that identifies the Location in Crunchtime.
postDatestring required
The Post date in format dd-MMM-yy.
includeNullboolean
Specify 'true' to output null data elements.
Headers
authenticationtokenstring required
Secure token for API authentication.
passwordstring required
Password for the Crunchtime Application User.
sitenamestring required
Crunchtime site identifier. (test or production)
useridstring required
User ID for the Crunchtime Application User.
X-B3-TraceIdstring
Optional trace identifier for troubleshooting.
Response
Success
Example response
[
{
"budgetDetailDetails": [
{
"budgetType": "P",
"budgetValue": 0.36,
"glDescription": "CLEANING SUPPLIES",
"percentOfAccount": "SLS"
}
],
"budgetHeaderDetails": {
"postDate": "MM/dd/yyyy"
}
}
]