POST Middleware/Services/SyncEmployeeData/ChangeEmployeeStatusDataSingle

Request Information

URI Parameters

None.

Body Parameters

ChangeEmployeeStatusDataModel
NameDescriptionTypeAdditional information
CompanyCode

string

Required

EmployeeCode

string

Required

LastWorkingDate

date

None.

EmployeeStatus

string

Required

Request Formats

application/json, text/json

Sample:
{
  "CompanyCode": "sample string 1",
  "EmployeeCode": "sample string 2",
  "LastWorkingDate": "2026-04-04T16:04:41.7554444+05:30",
  "EmployeeStatus": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.