PUT api/EmpCurrSals/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| empCurrSalM | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EmpCurrSalID": 1,
"EmpCurrSalDate": "2025-12-10T14:52:30.6083893-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"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.