CollegeSource_WSAPI_Basic


Click here for a complete list of operations.

SetEquivalency

Insert an equivalency.
>> Parameter Guide

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
AccessKeyID:
CreateUserID:
EffectiveDateBegin:
EffectiveDateEnd:
PublicNote:
PrivateNote:
HideFlag:
SendCourseID1:
SendCourseID2:
SendCourseID3:
SendCourseID4:
SendCourseID5:
SendCourseID6:
SendCourseID7:
SendCourseID8:
SendCourseID9:
SendCourseID10:
ReceiveCourseID1:
ReceiveCourseID2:
ReceiveCourseID3:
ReceiveCourseID4:
ReceiveCourseID5:
ReceiveCourseID6:
ReceiveCourseID7:
ReceiveCourseID8:
ReceiveCourseID9:
ReceiveCourseID10:

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_WSAPI_Basic.asmx HTTP/1.1
Host: bws.collegesource.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://bws.collegesource.com/SetEquivalency"

<?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>
    <SetEquivalency xmlns="https://bws.collegesource.com">
      <AccessKeyID>string</AccessKeyID>
      <CreateUserID>string</CreateUserID>
      <EffectiveDateBegin>string</EffectiveDateBegin>
      <EffectiveDateEnd>string</EffectiveDateEnd>
      <PublicNote>string</PublicNote>
      <PrivateNote>string</PrivateNote>
      <HideFlag>int</HideFlag>
      <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>
    </SetEquivalency>
  </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>
    <SetEquivalencyResponse xmlns="https://bws.collegesource.com">
      <SetEquivalencyResult>string</SetEquivalencyResult>
    </SetEquivalencyResponse>
  </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_WSAPI_Basic.asmx HTTP/1.1
Host: bws.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>
    <SetEquivalency xmlns="https://bws.collegesource.com">
      <AccessKeyID>string</AccessKeyID>
      <CreateUserID>string</CreateUserID>
      <EffectiveDateBegin>string</EffectiveDateBegin>
      <EffectiveDateEnd>string</EffectiveDateEnd>
      <PublicNote>string</PublicNote>
      <PrivateNote>string</PrivateNote>
      <HideFlag>int</HideFlag>
      <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>
    </SetEquivalency>
  </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>
    <SetEquivalencyResponse xmlns="https://bws.collegesource.com">
      <SetEquivalencyResult>string</SetEquivalencyResult>
    </SetEquivalencyResponse>
  </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_WSAPI_Basic.asmx/SetEquivalency HTTP/1.1
Host: bws.collegesource.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

AccessKeyID=string&CreateUserID=string&EffectiveDateBegin=string&EffectiveDateEnd=string&PublicNote=string&PrivateNote=string&HideFlag=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"?>
<string xmlns="https://bws.collegesource.com">string</string>