Budget Service
saveBudget
Create one or more budget records. Update one or more budget records. Update a budget item.
post/budget/v1/saveBudget
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.
Request body
Example request
{
"budgetDetails": [
{
"budgetDetailDetails": [
{
"budgetType": "P",
"budgetValue": 0.36,
"glDescription": "CLEANING SUPPLIES",
"percentOfAccount": "SLS"
}
],
"budgetHeaderDetails": {
"postDate": "MM/dd/yyyy"
}
}
],
"locationCode": "000000"
}Response
Success
object required