POST api/GLGetBudgetTypeLookup

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "BudgetTypes": [
    {
      "BUD_TYPE_CODE": "sample string 1",
      "BUD_TYPE_DESC": "sample string 2",
      "BUD_PROGRESS_ORDER": 3,
      "CURRENT_VERSION_FLAG": "sample string 4",
      "INS_USER": "sample string 5",
      "INS_DATE": "2025-04-03T21:09:10.6082877-07:00",
      "UPD_USER": "sample string 7",
      "UPD_DATE": "2025-04-03T21:09:10.6082877-07:00"
    },
    {
      "BUD_TYPE_CODE": "sample string 1",
      "BUD_TYPE_DESC": "sample string 2",
      "BUD_PROGRESS_ORDER": 3,
      "CURRENT_VERSION_FLAG": "sample string 4",
      "INS_USER": "sample string 5",
      "INS_DATE": "2025-04-03T21:09:10.6082877-07:00",
      "UPD_USER": "sample string 7",
      "UPD_DATE": "2025-04-03T21:09:10.6082877-07:00"
    },
    {
      "BUD_TYPE_CODE": "sample string 1",
      "BUD_TYPE_DESC": "sample string 2",
      "BUD_PROGRESS_ORDER": 3,
      "CURRENT_VERSION_FLAG": "sample string 4",
      "INS_USER": "sample string 5",
      "INS_DATE": "2025-04-03T21:09:10.6082877-07:00",
      "UPD_USER": "sample string 7",
      "UPD_DATE": "2025-04-03T21:09:10.6082877-07:00"
    }
  ]
}