POST api/PAGetOccupationLevels

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "CompanyCode": "sample string 1",
  "OccupationCode": "sample string 2",
  "SearchTerm": "sample string 3",
  "MaxItems": 4
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Levels": [
    {
      "COMPANY_CODE": "sample string 1",
      "OCC_CODE": "sample string 2",
      "OCC_LEVEL": 3,
      "OCC_LEVEL_NAME": "sample string 4",
      "OCC_RATE1": 5.0,
      "OCC_START_HOUR": 6.0,
      "OCC_END_HOUR": 1.0,
      "OCC_SALARY": 1.0,
      "INS_USER": "sample string 7",
      "INS_DATE": "2024-09-19T04:54:32.0283448-07:00",
      "UPD_USER": "sample string 9",
      "UPD_DATE": "2024-09-19T04:54:32.0283448-07:00"
    },
    {
      "COMPANY_CODE": "sample string 1",
      "OCC_CODE": "sample string 2",
      "OCC_LEVEL": 3,
      "OCC_LEVEL_NAME": "sample string 4",
      "OCC_RATE1": 5.0,
      "OCC_START_HOUR": 6.0,
      "OCC_END_HOUR": 1.0,
      "OCC_SALARY": 1.0,
      "INS_USER": "sample string 7",
      "INS_DATE": "2024-09-19T04:54:32.0283448-07:00",
      "UPD_USER": "sample string 9",
      "UPD_DATE": "2024-09-19T04:54:32.0283448-07:00"
    },
    {
      "COMPANY_CODE": "sample string 1",
      "OCC_CODE": "sample string 2",
      "OCC_LEVEL": 3,
      "OCC_LEVEL_NAME": "sample string 4",
      "OCC_RATE1": 5.0,
      "OCC_START_HOUR": 6.0,
      "OCC_END_HOUR": 1.0,
      "OCC_SALARY": 1.0,
      "INS_USER": "sample string 7",
      "INS_DATE": "2024-09-19T04:54:32.0283448-07:00",
      "UPD_USER": "sample string 9",
      "UPD_DATE": "2024-09-19T04:54:32.0283448-07:00"
    }
  ]
}