Utilities
API | Description |
---|---|
GET api/MyUserInfo |
Returns the authorized acount username and enviornment, this is a good method to test the bearer token authorization. |
Anonymous
API | Description |
---|---|
GET api/Anonymous/Get_Virtual_Conference_Authorization?Email={Email} |
Returns a Virtual Conference Authorization Response with an email using GET Method |
Fonteva_Methods
API | Description |
---|---|
POST api/Fonteva/Log_sent_JSON |
Logs the JSON being sent to the REST Service |
GET api/Fonteva/Get_Contact?sf_contact_id={sf_contact_id} |
Returns a CONTACT Record using the Salesforce Contact ID and the GET Method |
POST api/Fonteva/Contact_ID_List |
Returns a list of all Salesforce Contact IDs and the last Salesforce edit DateTime by a specified DateTime range. |
POST api/Fonteva/Upsert_Contact |
Upserts a single CONTACT record using the POST Method |
POST api/Fonteva/Insert_PSI_Exam_Order |
Inserts a single PSI EXAM ORDER record using the POST Method (ALL FIELDS ARE REQUIRED) (SERVICE WILL NOT INSERT A DUPLICATE RECORD) |
POST api/Fonteva/Bulk_Upsert |
Upserts a list of CONTACT records using the POST Method (MAX Limit is 5000 Records at a time) Note: 5000 records takes up to 10 minutes. |
POST api/Fonteva/Bulk_Insert_PSI_Exam_Orders |
Inserts a list of PSI EXAM ORDER records using the POST Method (ALL FIELDS ARE REQUIRED) (SERVICE WILL NOT INSERT A DUPLICATE RECORD) (MAX Limit is 5000 Records at a time) Note: 5000 records takes up to 10 minutes. |
DELETE api/Fonteva/Delete_Contact?sf_contact_id={sf_contact_id} |
Deletes a CONTACT Record using the Salesforce Contact ID and the DELETE Method |
POST api/Fonteva/Earned_CE_List |
Returns a list of CEs earned for a certificant using the POST method. Please provide all relevant data for maximum query result, if an acma membership is expired please still provide the acma membership number. Please provide the home and work emails as a collection of string. |
POST api/Fonteva/Upsert_Program_Profile |
Upserts a single PROGRAM PROFILE record using the POST Method |
POST api/Fonteva/Bulk_Upsert_Program_Profile |
Upserts a list of PROGRAM PROFILE records using the POST Method (MAX Limit is 5000 Records at a time) Note: 5000 records takes up to 10 minutes. |
DELETE api/Fonteva/Delete_Program_Profile?Program_Profile_ID={Program_Profile_ID} |
Deletes a PROGRAM PROFILE Record using the Salesforce Program Profile ID and the DELETE Method |
GET api/Fonteva/Get_Program_Profile?Program_Profile_ID={Program_Profile_ID} |
Returns a PROGRAM PROFILE Record using the Salesforce PROGRAM PROFILE ID and the GET Method |
POST api/Fonteva/Get_Candidate_Status_ACM |
Returns a list of ACM Candidate Status by a specified Date range. Status codes are... SCHED, TESTED, ABSENT, ELIG |
POST api/Fonteva/Get_Candidate_Status_CMAC |
Returns a list of CMAC Candidate Status by a specified Date range. Status codes are... SCHED, TESTED, ABSENT, ELIG |
GET api/Fonteva/PSI_Exam_Orders?ReceiptNumber={ReceiptNumber} |
Returns a PSI EXAM RECEIPT Record using the Objects Receipt Number and the GET Method |