HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/oneway/PreRegistration HTTP/1.1
Host: api.bryan.edu
Content-Type: application/xml
Content-Length: length
<PreRegistration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cams_API">
<advancedWVCourse>false</advancedWVCourse>
<comments>String</comments>
<groupList>String</groupList>
<groupPlan>false</groupPlan>
<honorsInstitute>false</honorsInstitute>
<honorsProgram>false</honorsProgram>
<id>0</id>
<intendedMajorID>0</intendedMajorID>
<leadProgram>false</leadProgram>
<previousCredits>false</previousCredits>
<previousCreditsList>String</previousCreditsList>
<sport>0</sport>
<sportPlan>false</sportPlan>
<studentID>0</studentID>
<username>String</username>
<worldViewTraining>false</worldViewTraining>
</PreRegistration>