The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST //housing_exports HTTP/1.1
Host: api.lsu-staging.abodehms.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{"studentId":0,"termId":0,"reservationId":0,"residentId":0,"xptSauHousingId":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"result":[{"xptSauHousingId":0,"residentId":0,"reservationId":0,"studentId":0,"schoolId":"String","termId":0,"extTermId":"String","extRoom":"String","extBuilding":"String","extCurrentStatus":"String","extCurrentStatusDate":"String","extStartDate":"String","extEndDate":"String","extRoomRatePeriod":"String","extRoomRateTable":"String","syncDt":"0001-01-01T00:00:00.0000000","syncMsg":"String","priorSyncDt":"0001-01-01T00:00:00.0000000","priorSyncMsg":"String","mealPlanSyncDt":"0001-01-01T00:00:00.0000000","mealPlanSyncMsg":"String","priorMealPlanSyncDt":"0001-01-01T00:00:00.0000000","priorMealPlanSyncMsg":"String","modifiedDt":"0001-01-01T00:00:00.0000000","modifiedBy":"String","studentName":"String","termName":"String"}],"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}