POST api/HRManagementNew/AddEmployeeSuspend

Request Information

URI Parameters

None.

Body Parameters

EmployeeSuspendDetailModel
NameDescriptionTypeAdditional information
EmpID

string

None.

BranchId

integer

None.

SuspendId

integer

None.

Remark

string

None.

SuspendDate

date

None.

SuspendDateStr

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EmpID": "sample string 1",
  "BranchId": 1,
  "SuspendId": 1,
  "Remark": "sample string 2",
  "SuspendDate": "2025-12-11T22:20:53.1346764+05:30",
  "SuspendDateStr": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AddUpdateDeleteResponse
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "Data": {}
}