CollegeSource_CSIWS
Click here for a complete list of operations.
SetEvaluationTaskSendAlert
Insert an evaluation task and send alert.
>> Parameter Guide
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /CollegeSource_CSIWS.asmx HTTP/1.1
Host: csiws.collegesource.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://csiws.collegesource.com/SetEvaluationTaskSendAlert"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SetEvaluationTaskSendAlert xmlns="https://csiws.collegesource.com">
<AccessKeyID>string</AccessKeyID>
<CreateUserID>string</CreateUserID>
<AssignedUserID>string</AssignedUserID>
<SendInstitutionID>string</SendInstitutionID>
<Comments>string</Comments>
<SendEmailFlag>boolean</SendEmailFlag>
<SendCourseID1>string</SendCourseID1>
<SendCourseID2>string</SendCourseID2>
<SendCourseID3>string</SendCourseID3>
<SendCourseID4>string</SendCourseID4>
<SendCourseID5>string</SendCourseID5>
<SendCourseID6>string</SendCourseID6>
<SendCourseID7>string</SendCourseID7>
<SendCourseID8>string</SendCourseID8>
<SendCourseID9>string</SendCourseID9>
<SendCourseID10>string</SendCourseID10>
<ReceiveCourseID1>string</ReceiveCourseID1>
<ReceiveCourseID2>string</ReceiveCourseID2>
<ReceiveCourseID3>string</ReceiveCourseID3>
<ReceiveCourseID4>string</ReceiveCourseID4>
<ReceiveCourseID5>string</ReceiveCourseID5>
<ReceiveCourseID6>string</ReceiveCourseID6>
<ReceiveCourseID7>string</ReceiveCourseID7>
<ReceiveCourseID8>string</ReceiveCourseID8>
<ReceiveCourseID9>string</ReceiveCourseID9>
<ReceiveCourseID10>string</ReceiveCourseID10>
</SetEvaluationTaskSendAlert>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SetEvaluationTaskSendAlertResponse xmlns="https://csiws.collegesource.com">
<SetEvaluationTaskSendAlertResult>
<EvaluationID>string</EvaluationID>
<ErrorMessage>string</ErrorMessage>
</SetEvaluationTaskSendAlertResult>
</SetEvaluationTaskSendAlertResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /CollegeSource_CSIWS.asmx HTTP/1.1
Host: csiws.collegesource.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<SetEvaluationTaskSendAlert xmlns="https://csiws.collegesource.com">
<AccessKeyID>string</AccessKeyID>
<CreateUserID>string</CreateUserID>
<AssignedUserID>string</AssignedUserID>
<SendInstitutionID>string</SendInstitutionID>
<Comments>string</Comments>
<SendEmailFlag>boolean</SendEmailFlag>
<SendCourseID1>string</SendCourseID1>
<SendCourseID2>string</SendCourseID2>
<SendCourseID3>string</SendCourseID3>
<SendCourseID4>string</SendCourseID4>
<SendCourseID5>string</SendCourseID5>
<SendCourseID6>string</SendCourseID6>
<SendCourseID7>string</SendCourseID7>
<SendCourseID8>string</SendCourseID8>
<SendCourseID9>string</SendCourseID9>
<SendCourseID10>string</SendCourseID10>
<ReceiveCourseID1>string</ReceiveCourseID1>
<ReceiveCourseID2>string</ReceiveCourseID2>
<ReceiveCourseID3>string</ReceiveCourseID3>
<ReceiveCourseID4>string</ReceiveCourseID4>
<ReceiveCourseID5>string</ReceiveCourseID5>
<ReceiveCourseID6>string</ReceiveCourseID6>
<ReceiveCourseID7>string</ReceiveCourseID7>
<ReceiveCourseID8>string</ReceiveCourseID8>
<ReceiveCourseID9>string</ReceiveCourseID9>
<ReceiveCourseID10>string</ReceiveCourseID10>
</SetEvaluationTaskSendAlert>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<SetEvaluationTaskSendAlertResponse xmlns="https://csiws.collegesource.com">
<SetEvaluationTaskSendAlertResult>
<EvaluationID>string</EvaluationID>
<ErrorMessage>string</ErrorMessage>
</SetEvaluationTaskSendAlertResult>
</SetEvaluationTaskSendAlertResponse>
</soap12:Body>
</soap12:Envelope>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /CollegeSource_CSIWS.asmx/SetEvaluationTaskSendAlert HTTP/1.1 Host: csiws.collegesource.com Content-Type: application/x-www-form-urlencoded Content-Length: length AccessKeyID=string&CreateUserID=string&AssignedUserID=string&SendInstitutionID=string&Comments=string&SendEmailFlag=string&SendCourseID1=string&SendCourseID2=string&SendCourseID3=string&SendCourseID4=string&SendCourseID5=string&SendCourseID6=string&SendCourseID7=string&SendCourseID8=string&SendCourseID9=string&SendCourseID10=string&ReceiveCourseID1=string&ReceiveCourseID2=string&ReceiveCourseID3=string&ReceiveCourseID4=string&ReceiveCourseID5=string&ReceiveCourseID6=string&ReceiveCourseID7=string&ReceiveCourseID8=string&ReceiveCourseID9=string&ReceiveCourseID10=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <EvaluationActionResponse xmlns="https://csiws.collegesource.com"> <EvaluationID>string</EvaluationID> <ErrorMessage>string</ErrorMessage> </EvaluationActionResponse>