CollegeSource_CSIWS Parameter Guide

Click here to go back to the test form.


SetEvaluationTaskSendAlert

Input

Parameter Value Note
AccessKeyID: An ID used to authenticate web service access.

Eg. {1ABCDEF7-1234-46EF-B7E6-A0123456789B}
Required
CreateUserID: Create user ID. Can be obtained by the following web method: GetUsers. Set to TES user who will be the evaluation task creator of record.

Eg. {EAB24EC2-1554-AB23-F1E2-A0123456789B}
Required
AssignedUserID: Assigned user ID. Can be obtained by the following web methods: GetUsers and GetCustomerByCustomerID. Set to TES user who will be initially assigned to service the evaluation task.

Eg. {AAB24CD2-1CD4-1CD3-E1D2-A0123456789B}
Required
Comment: Evaluation task comment (max size = 1024).
Optional
SendEmailFlag: Send email flag. Use to control sending email alert.
Eg. true/false
Required
SendInstitutionID: Send institution ID. Can be obtained by the following web methods: GetInstitutionByInstitutionID.

Eg. {CB123CD-4551-C1B4-E723-A0123456789B}
Required
SendCourseID1: Send course ID. Can be obtained by using the following web method: GetCourseByInstitutionIDCourseCodeMonthYear. SendCourseID1 must be provided.
SendCourseID2-10 are optional. Multiple send course IDs must be from same catalog edition.

Eg. SendCourseID1 = {111111-4AD1-EB12-E71D-A0123456789B}
Required
SendCourseID2:
.
.
SendCourseID10:
Send course ID. Can be obtained by using the following web method: GetCourseByInstitutionIDCourseCodeMonthYear. Multiple send course IDs must be from same catalog edition.

Eg. SendCourseID2 = {222222-4AD1-EB12-E71D-A0123456789B}
     SendCourseID3 = {333333-4AD1-EB12-E71D-A0123456789B}
     SendCourseID4 = {444444-4AD1-EB12-E71D-A0123456789B}
Optional
ReceiveCourseID1:
.
.
ReceiveCourseID10:
Receive course ID. Can be obtained by using the following web method: GetCourseByInstitutionIDCourseCodeMonthYear. Multiple receive course IDs must be from same catalog edition.

Eg. ReceiveCourseID1 = {RE1111-4AD1-EB12-E71D-A0123456789B}
     ReceiveCourseID2 = {RE2222-4AD1-EB12-E71D-A0123456789B}
     ReceiveCourseID3 = {RE3333-4AD1-EB12-E71D-A0123456789B}
Optional

Output

Parameter Value Note
EvaluationID Evaluation ID. Used as an input parameter for the following web methods: GetEvaluationCourseDetailByEvaluationIDBySendFlag,
GetEvaluationHeaderByEvaluationID,
GetEvaluationLogByEvaluationID,
GetEvaluationStatusByEvaluationID,
SetEvaluationExternalSystemEQIDUpdate.

Eg. {444a1a34-ac23-4da4-a34c-7a21ac3fc5a1}
String
ErrorMessage Unsuccessful create evaluation task message.

Eg. Error: Multiple send course ids must be from the same catalog edition
String