GET api/EmpCurrSals/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "EmpCurrSalID": 1,
  "EmpCurrSalDate": "2025-12-10T14:52:28.9678897-08:00",
  "EmpID": 3,
  "EmpName": "sample string 4",
  "EmpCurrSalDet": [
    {
      "$id": "2",
      "EmpCurrSalDetID": 1,
      "EmpCurrSalID": 1,
      "SalBandID": 2,
      "SalBandName": "sample string 3",
      "SalBandCalcTypeID": "sample string 4",
      "SalBandCalcTypeName": "sample string 5",
      "SalBandTypeID": "sample string 6",
      "SalBandTypeName": "sample string 7",
      "SalBandNameE": "sample string 8",
      "EmpCurrSalDetValue": 1.0
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}