PUT api/EmployeeDisciplinaryAction/search

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objDat
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "EMP_DIS_ACT_ID": 1,
  "EMP_DIS_ACT_DATE": "2025-01-11T13:04:53.3452404+03:00",
  "EMP_DIS_ACT_CODE": "sample string 2",
  "DIS_ACT_ID": 1,
  "TITLE": "sample string 3",
  "COMMENTS": "sample string 4",
  "STATUS_ID": 1,
  "EMP_ID": 1,
  "DIS_ACT_NAME": "sample string 5",
  "READ_ACK_REQ": true,
  "READ_ACK_CONTENT": "sample string 6",
  "EMP_ACK_DATE": "2025-01-11T13:04:53.3452404+03:00",
  "STATUS_NAME": "sample string 7",
  "IS_ACKED": true,
  "FILE_NO": 1,
  "FIRST_NAME": "sample string 8",
  "EXP_DATE": "2025-01-11T13:04:53.3452404+03:00",
  "READ_ACK_EXP_DATE": "2025-01-11T13:04:53.3452404+03:00",
  "EMP_DIS_ACT_FILE": "sample string 9",
  "CREATED_DATE": "2025-01-11T13:04:53.3452404+03:00",
  "CREATED_BY": "sample string 10",
  "objDisActEmp": [
    {
      "SL_ID": 1,
      "EMP_DIS_ACT_ID": 1,
      "EMP_ID": 1,
      "FIRST_NAME": "sample string 2"
    },
    {
      "SL_ID": 1,
      "EMP_DIS_ACT_ID": 1,
      "EMP_ID": 1,
      "FIRST_NAME": "sample string 2"
    },
    {
      "SL_ID": 1,
      "EMP_DIS_ACT_ID": 1,
      "EMP_ID": 1,
      "FIRST_NAME": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<EmployeeDisciplinaryAction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.HrAndTeamSetup">
  <COMMENTS>sample string 4</COMMENTS>
  <CREATED_BY>sample string 10</CREATED_BY>
  <CREATED_DATE>2025-01-11T13:04:53.3452404+03:00</CREATED_DATE>
  <DIS_ACT_ID>1</DIS_ACT_ID>
  <DIS_ACT_NAME>sample string 5</DIS_ACT_NAME>
  <EMP_ACK_DATE>2025-01-11T13:04:53.3452404+03:00</EMP_ACK_DATE>
  <EMP_DIS_ACT_CODE>sample string 2</EMP_DIS_ACT_CODE>
  <EMP_DIS_ACT_DATE>2025-01-11T13:04:53.3452404+03:00</EMP_DIS_ACT_DATE>
  <EMP_DIS_ACT_FILE>sample string 9</EMP_DIS_ACT_FILE>
  <EMP_DIS_ACT_ID>1</EMP_DIS_ACT_ID>
  <EMP_ID>1</EMP_ID>
  <EXP_DATE>2025-01-11T13:04:53.3452404+03:00</EXP_DATE>
  <FILE_NO>1</FILE_NO>
  <FIRST_NAME>sample string 8</FIRST_NAME>
  <IS_ACKED>true</IS_ACKED>
  <READ_ACK_CONTENT>sample string 6</READ_ACK_CONTENT>
  <READ_ACK_EXP_DATE>2025-01-11T13:04:53.3452404+03:00</READ_ACK_EXP_DATE>
  <READ_ACK_REQ>true</READ_ACK_REQ>
  <STATUS_ID>1</STATUS_ID>
  <STATUS_NAME>sample string 7</STATUS_NAME>
  <TITLE>sample string 3</TITLE>
  <objDisActEmp>
    <EmployeeDisciplinaryActionItem>
      <EMP_DIS_ACT_ID>1</EMP_DIS_ACT_ID>
      <EMP_ID>1</EMP_ID>
      <FIRST_NAME>sample string 2</FIRST_NAME>
      <SL_ID>1</SL_ID>
    </EmployeeDisciplinaryActionItem>
    <EmployeeDisciplinaryActionItem>
      <EMP_DIS_ACT_ID>1</EMP_DIS_ACT_ID>
      <EMP_ID>1</EMP_ID>
      <FIRST_NAME>sample string 2</FIRST_NAME>
      <SL_ID>1</SL_ID>
    </EmployeeDisciplinaryActionItem>
    <EmployeeDisciplinaryActionItem>
      <EMP_DIS_ACT_ID>1</EMP_DIS_ACT_ID>
      <EMP_ID>1</EMP_ID>
      <FIRST_NAME>sample string 2</FIRST_NAME>
      <SL_ID>1</SL_ID>
    </EmployeeDisciplinaryActionItem>
  </objDisActEmp>
</EmployeeDisciplinaryAction>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EmployeeDisciplinaryAction'.