POST api/SaveEmployeeSalaryComponentsStandards

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
saveEmployeeSalaryComponentsStandardsModels
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ESCS_Id": 1,
  "EmployeeDetails": {
    "ED_Id": 1,
    "ED_Name": "sample string 2"
  },
  "SalaryStandardsForEmployee": [
    {
      "SalaryComponent": {
        "SC_Id": 1,
        "SC_Code": "sample string 2",
        "SC_Component": "sample string 3",
        "SC_Status": "sample string 4"
      },
      "ESCS_Amount": 1.0
    },
    {
      "SalaryComponent": {
        "SC_Id": 1,
        "SC_Code": "sample string 2",
        "SC_Component": "sample string 3",
        "SC_Status": "sample string 4"
      },
      "ESCS_Amount": 1.0
    },
    {
      "SalaryComponent": {
        "SC_Id": 1,
        "SC_Code": "sample string 2",
        "SC_Component": "sample string 3",
        "SC_Status": "sample string 4"
      },
      "ESCS_Amount": 1.0
    }
  ]
}

application/xml, text/xml

Sample:
<SaveEmployeeSalaryComponentsStandardsModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PaySlipAPI.Models">
  <ESCS_Id>1</ESCS_Id>
  <EmployeeDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/PaySlipAPI.Models.SpeedSearchModels">
    <d2p1:ED_Id>1</d2p1:ED_Id>
    <d2p1:ED_Name>sample string 2</d2p1:ED_Name>
  </EmployeeDetails>
  <SalaryStandardsForEmployee>
    <SalaryComponentAndAmountListModels>
      <ESCS_Amount>1</ESCS_Amount>
      <SalaryComponent>
        <SC_Code>sample string 2</SC_Code>
        <SC_Component>sample string 3</SC_Component>
        <SC_Id>1</SC_Id>
        <SC_Status>sample string 4</SC_Status>
      </SalaryComponent>
    </SalaryComponentAndAmountListModels>
    <SalaryComponentAndAmountListModels>
      <ESCS_Amount>1</ESCS_Amount>
      <SalaryComponent>
        <SC_Code>sample string 2</SC_Code>
        <SC_Component>sample string 3</SC_Component>
        <SC_Id>1</SC_Id>
        <SC_Status>sample string 4</SC_Status>
      </SalaryComponent>
    </SalaryComponentAndAmountListModels>
    <SalaryComponentAndAmountListModels>
      <ESCS_Amount>1</ESCS_Amount>
      <SalaryComponent>
        <SC_Code>sample string 2</SC_Code>
        <SC_Component>sample string 3</SC_Component>
        <SC_Id>1</SC_Id>
        <SC_Status>sample string 4</SC_Status>
      </SalaryComponent>
    </SalaryComponentAndAmountListModels>
  </SalaryStandardsForEmployee>
</SaveEmployeeSalaryComponentsStandardsModels>

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 'SaveEmployeeSalaryComponentsStandardsModels'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.