GET api/EmpShedds

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "EmpSheddId": 1,
  "EmpSheddDate": "2025-12-10T14:50:42.0915478-08:00",
  "EmpSheddVal": 3.1,
  "EYearId": 1,
  "YearName": "sample string 4",
  "EMonthId": 1,
  "MonthName": "sample string 5",
  "MonthNameE": "sample string 6",
  "EmpId": 7,
  "EmpName": "sample string 8",
  "EmpNameE": "sample string 9",
  "EmpSheddLastStep": 1.1,
  "HowMStepEMo": 1.1,
  "EmpSheddNotes": "sample string 10",
  "StepDateS": "sample string 11",
  "StepDateE": "sample string 12",
  "SalBandId": 13,
  "SalBandName": "sample string 14",
  "EmpSheddDets": [
    {
      "$id": "2",
      "EmpSheddDetId": 1,
      "EmpSheddId": 2,
      "StepId": 1,
      "StepVal": 1.1,
      "StepNotes": "sample string 3",
      "StepDate": "sample string 4",
      "PaidId": 1,
      "PaidName": "sample string 5",
      "PaidNameE": "sample string 6"
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}