POST api/CertificationSources/{orgKey}/Update

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orgKey

integer

Required

Body Parameters

CertificationSource
NameDescriptionTypeAdditional information
CertificationSourceKey

integer

None.

CertificationTypeKey

integer

None.

CertificationSourceName

string

None.

CertificationSourceDescription

string

None.

CertificationSourceCreateDate

date

None.

StatusKey

byte

None.

CertificationTypes

CertificationTypes

None.

CertificationType

Collection of CertificationTypes

None.

CertificationSourceDisplayColumns

Collection of CertificationSourceDisplayColumns

None.

CertificationSourceDisplayName

string

None.

CertificationSourceGeneralTab

byte

None.

CertificateCount

integer

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:37:03.8364771+00:00"
}