POST Middleware/Services/SyncEmployeeData/ChangeEmployeeStatusData

Request Information

URI Parameters

None.

Body Parameters

Collection of 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-04T10:10:42.4201965+05:30",
    "EmployeeStatus": "sample string 3"
  },
  {
    "CompanyCode": "sample string 1",
    "EmployeeCode": "sample string 2",
    "LastWorkingDate": "2026-04-04T10:10:42.4201965+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.