POST api/certificate/{OrgKey}/Delete

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OrgKey

integer

Required

Body Parameters

EmployeeCertificates
NameDescriptionTypeAdditional information
EmployeeCertificateKey

integer

None.

Employees

Employees

None.

Certificates

Certificates

None.

StateModel

StateModel

None.

EmployeeCertificateNumber

string

None.

EmployeeCertificateStartDate

date

None.

EmployeeCertificateExpirationDate

date

None.

EmployeeCertificateAuthCompletionDate

date

None.

EmployeeCertificateScreeningCompletionDate

date

None.

EmployeeCertificateScreeningDate

date

None.

EmployeeCertificateValidity

byte

None.

EmployeeCertificateValidityUnit

string

None.

EmployeeCertificateSubmittedBy

integer

None.

EmployeeCertificateCreateDate

date

None.

EmployeeCertificateupdatedBy

integer

None.

EmployeeCertificateUpdateDate

date

None.

Status

StatusModel

None.

EmployeeCertificateClass

string

None.

EmployeeCertificateUploads

EmployeeCertificateUploads

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-30T01:03:16.1709088+00:00"
}