POST api/EmpShedds

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
empShedd
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "EmpSheddId": 1,
  "EmpSheddDate": "2025-12-10T14:50:06.7348305-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"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "EmpSheddId": 1,
  "EmpSheddDate": "2025-12-10T14:50:06.7817063-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"
    }
  ]
}