POST Middleware/Services/EmployeeSeperationAPI/ChangeEmployeeStatusData
Request Information
URI Parameters
None.
Body Parameters
Collection of ChangeEmployeeStatusDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeCode | string |
Required |
|
| LastWorkingDate | date |
None. |
|
| EmployeeStatus | string |
Required |
|
| EmployeeReplacementStatus | EmployeeReplacementStatus |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"EmployeeCode": "sample string 1",
"LastWorkingDate": "2026-03-23T04:53:22.1333988+05:30",
"EmployeeStatus": "sample string 3",
"EmployeeReplacementStatus": 0
},
{
"EmployeeCode": "sample string 1",
"LastWorkingDate": "2026-03-23T04:53:22.1333988+05:30",
"EmployeeStatus": "sample string 3",
"EmployeeReplacementStatus": 0
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.