POST Middleware/Services/EmployeeSeperationAPI/ChangeEmployeeStatusData
Request Information
URI Parameters
None.
Body Parameters
Collection of ChangeEmployeeStatusDataModelName | 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": "2025-06-06T23:35:22.3347859+05:30", "EmployeeStatus": "sample string 3", "EmployeeReplacementStatus": 0 }, { "EmployeeCode": "sample string 1", "LastWorkingDate": "2025-06-06T23:35:22.3347859+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.