POST api/employeeCertificate/{OrgKey}/update

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OrgKey

integer

Required

Body Parameters

EmployeeCertificateApprovals
NameDescriptionTypeAdditional information
EmployeeCertificateApprovalKey

integer

None.

EmployeeCertificates

EmployeeCertificates

None.

EmployeeCertificateSubmittedBy

integer

None.

EmployeeCertificateSubmittedDate

date

None.

EmployeeCertificateApprovalUpdatedBy

integer

None.

EmployeeCertificateApprovalUpdatedDate

date

None.

EmployeeCertificateApprovalComments

string

None.

ApproverName

string

None.

SubmittedBy

string

None.

ApproveStatus

ApproveStatusModel

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PageViewModel
NameDescriptionTypeAdditional information
StatusCode

integer

None.

StatusMessage

string

None.

TotalCount

integer

None.

ModelObject

Object

None.

CurrentDateTime

date

None.

Response Formats

application/json, text/json

Sample:
{
  "statusCode": 1,
  "statusMessage": "sample string 2",
  "totalCount": 3,
  "modelObject": {},
  "currentDateTime": "2026-01-29T20:39:58.0762749+00:00"
}