POST api/PAGetOccupations
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"CompanyCode": "sample string 1",
"SearchTerm": "sample string 2",
"MaxItems": 3
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"Occupations": [
{
"X_OCC_LEVELS_COUNT": 1,
"COMPANY_CODE": "sample string 2",
"OCC_CODE": "sample string 3",
"EMP_FUND_NUM": 1,
"EMP_CLASS_NUM": 1,
"EMP_CAT_NUM": 1,
"EMP_OBJECT_NUM": 1,
"EMP_CC1_CODE": "sample string 4",
"EMP_CC2_CODE": "sample string 5",
"EMP_CC3_CODE": "sample string 6",
"OCC_NAME": "sample string 7",
"OCC_DESC": "sample string 8",
"OCC_LEVEL_RATE": 9.0,
"OCC_BUD_RATE": 1.0,
"INS_USER": "sample string 10",
"INS_DATE": "2026-05-28T10:50:14.8314908-07:00",
"UPD_USER": "sample string 12",
"UPD_DATE": "2026-05-28T10:50:14.8314908-07:00",
"RATE_BASED_ON": "sample string 14",
"SALARY_AMOUNT": 1.0,
"ST_WCB_RATE": 1,
"FED_JOB_CLASS": "sample string 15"
},
{
"X_OCC_LEVELS_COUNT": 1,
"COMPANY_CODE": "sample string 2",
"OCC_CODE": "sample string 3",
"EMP_FUND_NUM": 1,
"EMP_CLASS_NUM": 1,
"EMP_CAT_NUM": 1,
"EMP_OBJECT_NUM": 1,
"EMP_CC1_CODE": "sample string 4",
"EMP_CC2_CODE": "sample string 5",
"EMP_CC3_CODE": "sample string 6",
"OCC_NAME": "sample string 7",
"OCC_DESC": "sample string 8",
"OCC_LEVEL_RATE": 9.0,
"OCC_BUD_RATE": 1.0,
"INS_USER": "sample string 10",
"INS_DATE": "2026-05-28T10:50:14.8314908-07:00",
"UPD_USER": "sample string 12",
"UPD_DATE": "2026-05-28T10:50:14.8314908-07:00",
"RATE_BASED_ON": "sample string 14",
"SALARY_AMOUNT": 1.0,
"ST_WCB_RATE": 1,
"FED_JOB_CLASS": "sample string 15"
},
{
"X_OCC_LEVELS_COUNT": 1,
"COMPANY_CODE": "sample string 2",
"OCC_CODE": "sample string 3",
"EMP_FUND_NUM": 1,
"EMP_CLASS_NUM": 1,
"EMP_CAT_NUM": 1,
"EMP_OBJECT_NUM": 1,
"EMP_CC1_CODE": "sample string 4",
"EMP_CC2_CODE": "sample string 5",
"EMP_CC3_CODE": "sample string 6",
"OCC_NAME": "sample string 7",
"OCC_DESC": "sample string 8",
"OCC_LEVEL_RATE": 9.0,
"OCC_BUD_RATE": 1.0,
"INS_USER": "sample string 10",
"INS_DATE": "2026-05-28T10:50:14.8314908-07:00",
"UPD_USER": "sample string 12",
"UPD_DATE": "2026-05-28T10:50:14.8314908-07:00",
"RATE_BASED_ON": "sample string 14",
"SALARY_AMOUNT": 1.0,
"ST_WCB_RATE": 1,
"FED_JOB_CLASS": "sample string 15"
}
]
}