POST api/CertificationTypes/{orgKey}/Update
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgKey | integer |
Required |
Body Parameters
CertificationTypes| Name | Description | Type | Additional information |
|---|---|---|---|
| CertificationTypeKey | integer |
None. |
|
| CertificationTypeName | string |
None. |
|
| CertificationTypeDescription | string |
None. |
|
| CertificationTypeCreateDate | date |
None. |
|
| StatusKey | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"certificationTypeKey": 1,
"certificationTypeName": "sample string 2",
"certificationTypeDescription": "sample string 3",
"certificationTypeCreateDate": "2026-01-29T20:36:50.3831281+00:00",
"statusKey": 64
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageViewModel| Name | Description | Type | Additional 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:36:50.3831281+00:00"
}