v1

latestOpenAPI 3.0.0Apache License Version 2.02026-07-24163274903.6 KB
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

locationCodestring required

Company Code for site name.

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