PUT api/EmployeeTransaction/EmployeeCertificationMaster

Request Information

URI Parameters

None.

Body Parameters

EmployeeCertificationViewModel
NameDescriptionTypeAdditional information
EmployeeCertificationId

integer

None.

EmployeeId

integer

None.

Certification

string

None.

CertifyingBody

string

None.

DisplayFrom

string

None.

DisplayTo

string

None.

From

date

None.

To

date

None.

CreatedDate

date

None.

CreatedBy

integer

None.

ModifyDate

date

None.

ModifyBy

integer

None.

LocalIpAddress

string

None.

IpAddress

string

None.

DbUserAccount

string

None.

RequestType

RequestTypeEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeCertificationId": 1,
  "EmployeeId": 2,
  "Certification": "sample string 3",
  "CertifyingBody": "sample string 4",
  "DisplayFrom": "sample string 5",
  "DisplayTo": "sample string 6",
  "From": "2026-01-07T07:14:29.6515645+05:30",
  "To": "2026-01-07T07:14:29.6515645+05:30",
  "CreatedDate": "2026-01-07T07:14:29.6515645+05:30",
  "CreatedBy": 1,
  "ModifyDate": "2026-01-07T07:14:29.6515645+05:30",
  "ModifyBy": 1,
  "LocalIpAddress": "sample string 7",
  "IpAddress": "sample string 8",
  "DbUserAccount": "sample string 9",
  "RequestType": 0
}

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.