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": "2025-04-03T21:18:03.7364802-07:00", "UPD_USER": "sample string 8", "UPD_DATE": "2025-04-03T21:18:03.7521417-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": "2025-04-03T21:18:03.7364802-07:00", "UPD_USER": "sample string 8", "UPD_DATE": "2025-04-03T21:18:03.7521417-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": "2025-04-03T21:18:03.7364802-07:00", "UPD_USER": "sample string 8", "UPD_DATE": "2025-04-03T21:18:03.7521417-07:00" } ] }