POST api/PAGetEmpClassList

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "CompanyCode": "sample string 1"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ClassList": [
    {
      "COMPANY_CODE": "sample string 1",
      "EMP_CLASS_CODE": "sample string 2",
      "EMP_CLASS_DSC": "sample string 3",
      "ACC_HOURS_FLAG": "sample string 4",
      "SUM_SICK_PAY_FLAG": "sample string 5",
      "INS_USER": "sample string 6",
      "INS_DATE": "2024-09-19T05:00:43.2311541-07:00",
      "UPD_USER": "sample string 8",
      "UPD_DATE": "2024-09-19T05:00:43.2311541-07:00"
    },
    {
      "COMPANY_CODE": "sample string 1",
      "EMP_CLASS_CODE": "sample string 2",
      "EMP_CLASS_DSC": "sample string 3",
      "ACC_HOURS_FLAG": "sample string 4",
      "SUM_SICK_PAY_FLAG": "sample string 5",
      "INS_USER": "sample string 6",
      "INS_DATE": "2024-09-19T05:00:43.2311541-07:00",
      "UPD_USER": "sample string 8",
      "UPD_DATE": "2024-09-19T05:00:43.2311541-07:00"
    },
    {
      "COMPANY_CODE": "sample string 1",
      "EMP_CLASS_CODE": "sample string 2",
      "EMP_CLASS_DSC": "sample string 3",
      "ACC_HOURS_FLAG": "sample string 4",
      "SUM_SICK_PAY_FLAG": "sample string 5",
      "INS_USER": "sample string 6",
      "INS_DATE": "2024-09-19T05:00:43.2311541-07:00",
      "UPD_USER": "sample string 8",
      "UPD_DATE": "2024-09-19T05:00:43.2311541-07:00"
    }
  ]
}