AbodeONE

<back to all web services

DownloadCurrentResidentsForCheck

Requires Authentication
Required role:Admin
The following routes are available for this service:
All Verbs/resident_checks/download

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST //resident_checks/download HTTP/1.1 
Host: api.lsu.abodehms.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<DownloadCurrentResidentsForCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbodeAPI.ServiceModel" />
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ArrayOfCurrentResidentsForCheckDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbodeAPI.ServiceModel">
  <CurrentResidentsForCheckDTO>
    <Curfew>String</Curfew>
    <FirstName>String</FirstName>
    <HasCheck>0</HasCheck>
    <IsUnderage>false</IsUnderage>
    <LastName>String</LastName>
    <LateLeave>0</LateLeave>
    <LateLeaveDt>0001-01-01T00:00:00</LateLeaveDt>
    <LateLeaveId>0</LateLeaveId>
    <Leave>0</Leave>
    <LeaveId>0</LeaveId>
    <Position>String</Position>
    <ResidentId>0</ResidentId>
    <RoomId>0</RoomId>
    <RoomName>String</RoomName>
    <StudentId>0</StudentId>
    <WingId>0</WingId>
    <WingName>String</WingName>
  </CurrentResidentsForCheckDTO>
</ArrayOfCurrentResidentsForCheckDTO>