HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/oneway/Overnight HTTP/1.1
Host: api.bryan.edu
Content-Type: application/xml
Content-Length: length
<Overnight xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cams_API">
<buildingID>0</buildingID>
<closedTime>0001-01-01T00:00:00</closedTime>
<companions>String</companions>
<contactName>String</contactName>
<contactPhone>String</contactPhone>
<destination>String</destination>
<expectedReturn>0001-01-01T00:00:00</expectedReturn>
<id>0</id>
<insertTime>0001-01-01T00:00:00</insertTime>
<leavingCampus>0001-01-01T00:00:00</leavingCampus>
<rdID>0</rdID>
<roomID>0</roomID>
<status>String</status>
<studentID>0</studentID>
</Overnight>