POST api/MMGetDepartmentCodes

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "DepartmentCodes": [
    {
      "MAINT_DEPT_CODE": "sample string 1",
      "MAINT_DEPT_NAME": "sample string 2",
      "MAINT_DEPT_DESC": "sample string 3",
      "HOURS_PER_DAY": 4.0,
      "EMPLOYEE_COUNT": 5.0,
      "LABOUR_OVH_PCT": 6.0,
      "DEPT_BUD_TOTAL_AMT": 7.0,
      "GL_BUD_TOTAL_AMT": 8.0,
      "INS_USER": "sample string 9",
      "INS_DATE": "2025-04-03T21:02:48.6034576-07:00",
      "UPD_USER": "sample string 11",
      "UPD_DATE": "2025-04-03T21:02:48.6034576-07:00"
    },
    {
      "MAINT_DEPT_CODE": "sample string 1",
      "MAINT_DEPT_NAME": "sample string 2",
      "MAINT_DEPT_DESC": "sample string 3",
      "HOURS_PER_DAY": 4.0,
      "EMPLOYEE_COUNT": 5.0,
      "LABOUR_OVH_PCT": 6.0,
      "DEPT_BUD_TOTAL_AMT": 7.0,
      "GL_BUD_TOTAL_AMT": 8.0,
      "INS_USER": "sample string 9",
      "INS_DATE": "2025-04-03T21:02:48.6034576-07:00",
      "UPD_USER": "sample string 11",
      "UPD_DATE": "2025-04-03T21:02:48.6034576-07:00"
    },
    {
      "MAINT_DEPT_CODE": "sample string 1",
      "MAINT_DEPT_NAME": "sample string 2",
      "MAINT_DEPT_DESC": "sample string 3",
      "HOURS_PER_DAY": 4.0,
      "EMPLOYEE_COUNT": 5.0,
      "LABOUR_OVH_PCT": 6.0,
      "DEPT_BUD_TOTAL_AMT": 7.0,
      "GL_BUD_TOTAL_AMT": 8.0,
      "INS_USER": "sample string 9",
      "INS_DATE": "2025-04-03T21:02:48.6034576-07:00",
      "UPD_USER": "sample string 11",
      "UPD_DATE": "2025-04-03T21:02:48.6034576-07:00"
    }
  ]
}