<back to all web services
RegistrationQueue
To override the Content-type in your clients HTTP Accept Header, append ?format=soap12
HTTP + SOAP12
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /soap12 HTTP/1.1
Host: api.bryan.edu
Content-Type: text/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>
<RegistrationQueue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cams_API">
<cancelRegistration>false</cancelRegistration>
<category>
<action>String</action>
<category>0</category>
<description>String</description>
<displayOrder>0</displayOrder>
<id>0</id>
<stateReportingCode>String</stateReportingCode>
<title>String</title>
</category>
<corequisiteNotMet>false</corequisiteNotMet>
<courseID>0</courseID>
<finalizeRegistration>false</finalizeRegistration>
<official>false</official>
<prerequisiteNotMet>false</prerequisiteNotMet>
<registration>
<category>
<action>String</action>
<category>0</category>
<description>String</description>
<displayOrder>0</displayOrder>
<id>0</id>
<stateReportingCode>String</stateReportingCode>
<title>String</title>
</category>
<course>
<action>String</action>
<activeStudents xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<allowDropInPortal>false</allowDropInPortal>
<canRepeat>false</canRepeat>
<costTypeID>0</costTypeID>
<credits>0</credits>
<departmentCode>String</departmentCode>
<displayInPortal>false</displayInPortal>
<end>0001-01-01T00:00:00</end>
<enrollment>0</enrollment>
<faculty />
<facultyApprovalRequired>false</facultyApprovalRequired>
<id>0</id>
<labFee>0</labFee>
<maximumEnrollment>0</maximumEnrollment>
<meetingTimes />
<name>String</name>
<number>String</number>
<role>String</role>
<section>String</section>
<start>0001-01-01T00:00:00</start>
<studentUID>0</studentUID>
<students xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<term>0</term>
<termID>0</termID>
<textbook>
<Textbook>
<author />
<bookCost>0</bookCost>
<bookTitle />
<comment />
<courseCode i:nil="true" />
<courseComment />
<courseName i:nil="true" />
<courseid>0</courseid>
<facultyName i:nil="true" />
<id>2664</id>
<isNull>false</isNull>
<isbnNumber />
<noBook>true</noBook>
<notAvailableBookstore>false</notAvailableBookstore>
<notAvailableOnlinePartner>false</notAvailableOnlinePartner>
<publisher />
<required>false</required>
<termID>0</termID>
<username i:nil="true" />
</Textbook>
</textbook>
<typeCode>String</typeCode>
<username>String</username>
</course>
<grade>String</grade>
<groups />
<id>0</id>
<official>false</official>
<repeat>false</repeat>
<studentID>0</studentID>
</registration>
<registrationLockStatus>String</registrationLockStatus>
<repeated>false</repeated>
<role>String</role>
<scheduleConflict>false</scheduleConflict>
<sessionID>String</sessionID>
<status>String</status>
<studentID>0</studentID>
<termID>0</termID>
<updateRegistrationLock>false</updateRegistrationLock>
<username>String</username>
<waitingList>false</waitingList>
</RegistrationQueue>
</soap12:Body>
</soap12:Envelope>