POST Profiles/Certifications/Types
Inserts a new Profile Certification Type returning the newly inserted CertificationTypeID
Request Information
URI Parameters
None.
Body Parameters
ProfileCertificationTypeDtoName | Description | Type | Additional information |
---|---|---|---|
ProfileCertificationTypeID | integer |
None. |
|
CertificationTypeID | integer |
None. |
|
ProfileId | integer |
None. |
|
CertificationNumber | string |
None. |
|
Profile | Certification_ProfileDto |
None. |
|
ProfileView | Certification_ProfileViewDto |
None. |
|
CertificationType | CertificationTypeDto |
None. |
|
CertificationActivities | Collection of CertificationActivityDto |
None. |
|
CertificationDate | date |
None. |
|
ReinstatedDate | date |
None. |
|
ExpirationDate | date |
None. |
|
Expired | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CertificationActivities": [
{"CertificationDate": "2025-01-18T05:37:45.0132389Z", "ReinstatedDate": "2025-01-18T05:37:45.0132389Z", "ExpirationDate": "2025-05-18T05:37:45.0132389Z", "Expired": false }
- "ProfileCertificationTypeID": 1,
- "CertificationTypeID": 2,
- "ProfileId": 3,
- "CertificationNumber": "sample string 4",
- "Profile": {
- "ProfileId": 1,
- "OrgInd": true,
- "OrgName": "sample string 3",
- "FirstName": "sample string 4",
- "LastName": "sample string 5",
- "Mi": "sample string 6",
- "Title": "sample string 7",
- "Address1": "sample string 8",
- "Address2": "sample string 9",
- "City": "sample string 10",
- "State": "sample string 11",
- "Zip": "sample string 12",
- "ZipExt": "sample string 13",
- "County": "sample string 14",
- "Country": "sample string 15",
- "WorkPhone": "sample string 16",
- "PhoneDefault": "sample string 17",
- "HomePhone": "sample string 18",
- "CellPhone": "sample string 19",
- "Email": "sample string 20",
- "Member": true,
- "ReportName": "sample string 22"
- "ProfileView": {
- "Profile_ProfileId": 1,
- "Profile_OrgInd": true,
- "Profile_OrgName": "sample string 3",
- "Profile_FirstName": "sample string 4",
- "Profile_LastName": "sample string 5",
- "Profile_Mi": "sample string 6",
- "Profile_Title": "sample string 7",
- "Profile_Address1": "sample string 8",
- "Profile_Address2": "sample string 9",
- "Profile_City": "sample string 10",
- "Profile_State": "sample string 11",
- "Profile_Zip": "sample string 12",
- "Profile_ZipExt": "sample string 13",
- "Profile_County": "sample string 14",
- "Profile_Country": "sample string 15",
- "Profile_WorkPhone": "sample string 16",
- "Profile_PhoneDefault": "sample string 17",
- "Profile_HomePhone": "sample string 18",
- "Profile_CellPhone": "sample string 19",
- "Profile_Email": "sample string 20",
- "Profile_Member": true,
- "Profile_ReportName": "sample string 22",
- "MC_ProfileID": 23,
- "MC_ReportName": "sample string 24",
- "MC_FirstName": "sample string 25",
- "MC_LastName": "sample string 26",
- "MC_MI": "sample string 27",
- "MC_Address1": "sample string 28",
- "MC_Address2": "sample string 29",
- "MC_City": "sample string 30",
- "MC_State": "sample string 31",
- "MC_Zip": "sample string 32",
- "MC_ZipExt": "sample string 33",
- "MC_County": "sample string 34",
- "MC_Country": "sample string 35",
- "MC_RelationTitle": "sample string 36",
- "MC_PersonalTitle": "sample string 37",
- "MC_WorkPhone": "sample string 38",
- "MC_HomePhone": "sample string 39",
- "MC_CellPhone": "sample string 40",
- "MC_Email": "sample string 41",
- "MC_Member": true,
- "MC_PhoneDefault": "sample string 43",
- "MC_OrgName": "sample string 44",
- "MC_OrgInd": true
- "CertificationType": {
- "CertificationTypeID": 1,
- "Name": "sample string 2",
- "Description": "sample string 3",
- "LengthOfCertification": 4,
- "CertificationRequirements": [
- {
- "CertificationRequirementID": 1,
- "CertificationTypeID": 2,
- "CECreditTypeID": 3,
- "NumberOfUnitsRequired": 4.0,
- "CE_CreditType": {
- "CECreditTypeID": 1,
- "CECreditType": "sample string 2",
- "Descr": "sample string 3",
- "AccreditationCycleMonths": 4,
- "DateChanged": "2025-01-18T05:37:45.0132389Z",
- "DateCreated": "2025-01-18T05:37:45.0132389Z",
- "ChangedBy": "sample string 7"
- "NumberOfUnitsEarned": 5.0,
- "NumberOfUnitsEarnedWhenCertificationExpires": 6.0,
- "NumberOfUnitsRemaining": 0.0,
- "NumberOfUnitsRemainingWhenCertificationExpires": 0.0
- "CertificationRequirementID": 1,
- "CertificationTypeID": 2,
- "CECreditTypeID": 3,
- "NumberOfUnitsRequired": 4.0,
- "CE_CreditType": {
- "CECreditTypeID": 1,
- "CECreditType": "sample string 2",
- "Descr": "sample string 3",
- "AccreditationCycleMonths": 4,
- "DateChanged": "2025-01-18T05:37:45.0132389Z",
- "DateCreated": "2025-01-18T05:37:45.0132389Z",
- "ChangedBy": "sample string 7"
- "NumberOfUnitsEarned": 5.0,
- "NumberOfUnitsEarnedWhenCertificationExpires": 6.0,
- "NumberOfUnitsRemaining": 0.0,
- "NumberOfUnitsRemainingWhenCertificationExpires": 0.0
{
- {
- "CertificationActivityID": 1,
- "ProfileCertificationTypeID": 2,
- "ProfileId": 3,
- "ActivityType": 4,
- "ActivityDate": "2025-01-18T05:37:45.0132389Z",
- "CECreditTypeID": 6,
- "CertificationActivitySourceID": 7,
- "CEUs": 8.0,
- "EventAttendeeID": 9,
- "EventAttendeeHeaderID": 10,
- "CE_CreditType": {
- "CECreditTypeID": 1,
- "CECreditType": "sample string 2",
- "Descr": "sample string 3",
- "AccreditationCycleMonths": 4,
- "DateChanged": "2025-01-18T05:37:45.0132389Z",
- "DateCreated": "2025-01-18T05:37:45.0132389Z",
- "ChangedBy": "sample string 7"
- "CertificationActivitySource": {
- "CertificationActivitySourceID": 1,
- "Name": "sample string 2",
- "Description": "sample string 3",
- "CertificationActivities": []
- "Profile": {
- "ProfileId": 1,
- "OrgInd": true,
- "OrgName": "sample string 3",
- "FirstName": "sample string 4",
- "LastName": "sample string 5",
- "Mi": "sample string 6",
- "Title": "sample string 7",
- "Address1": "sample string 8",
- "Address2": "sample string 9",
- "City": "sample string 10",
- "State": "sample string 11",
- "Zip": "sample string 12",
- "ZipExt": "sample string 13",
- "County": "sample string 14",
- "Country": "sample string 15",
- "WorkPhone": "sample string 16",
- "PhoneDefault": "sample string 17",
- "HomePhone": "sample string 18",
- "CellPhone": "sample string 19",
- "Email": "sample string 20",
- "Member": true,
- "ReportName": "sample string 22"
- "ExpirationDate": "2025-05-18T05:37:45.0132389Z",
- "Expired": false
{
- "CertificationActivityID": 1,
- "ProfileCertificationTypeID": 2,
- "ProfileId": 3,
- "ActivityType": 4,
- "ActivityDate": "2025-01-18T05:37:45.0132389Z",
- "CECreditTypeID": 6,
- "CertificationActivitySourceID": 7,
- "CEUs": 8.0,
- "EventAttendeeID": 9,
- "EventAttendeeHeaderID": 10,
- "CE_CreditType": {
- "CECreditTypeID": 1,
- "CECreditType": "sample string 2",
- "Descr": "sample string 3",
- "AccreditationCycleMonths": 4,
- "DateChanged": "2025-01-18T05:37:45.0132389Z",
- "DateCreated": "2025-01-18T05:37:45.0132389Z",
- "ChangedBy": "sample string 7"
- "CertificationActivitySource": {
- "CertificationActivitySourceID": 1,
- "Name": "sample string 2",
- "Description": "sample string 3",
- "CertificationActivities": []
- "Profile": {
- "ProfileId": 1,
- "OrgInd": true,
- "OrgName": "sample string 3",
- "FirstName": "sample string 4",
- "LastName": "sample string 5",
- "Mi": "sample string 6",
- "Title": "sample string 7",
- "Address1": "sample string 8",
- "Address2": "sample string 9",
- "City": "sample string 10",
- "State": "sample string 11",
- "Zip": "sample string 12",
- "ZipExt": "sample string 13",
- "County": "sample string 14",
- "Country": "sample string 15",
- "WorkPhone": "sample string 16",
- "PhoneDefault": "sample string 17",
- "HomePhone": "sample string 18",
- "CellPhone": "sample string 19",
- "Email": "sample string 20",
- "Member": true,
- "ReportName": "sample string 22"
- "ExpirationDate": "2025-05-18T05:37:45.0132389Z",
- "Expired": false
Response Information
Resource Description
ID
integerResponse Formats
application/json, text/json
Sample:
1