| All Verbs | /residents/open_housing_term |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| TermId | query | int | No | |
| StudentId | query | int? | No | |
| BuildingIds | query | ArrayOfInt | No | |
| RoomRatePeriod | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | List<HousingAssignmentDTO> | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | string | No | |
| PersonId | form | string | No | |
| StartDate | form | string | No | |
| EndDate | form | string | No | |
| CurrentStatus | form | string | No | |
| CurrentStatusDate | form | string | No | |
| Room | form | string | No | |
| Building | form | string | No | |
| TermId | form | string | No | |
| RoomRateTable | form | string | No | |
| RoomRatePeriod | form | string | No | |
| OverrideRate | form | string | No | |
| OverrideRateReason | form | string | No | |
| OverrideChargeCode | form | string | No | |
| OverrideReceivableType | form | string | No | |
| OverrideRefundFormula | form | string | No | |
| Contract | form | string | No | |
| Comments | form | string | No | |
| ResidentStaffIndicator | form | string | No | |
| ResidentId | form | int? | No | |
| ReservationId | form | int? | No | |
| StudentId | form | int | No | |
| SchoolId | form | string | No | |
| AbodeTermId | form | int? | No | |
| AbodeUsername | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST //residents/open_housing_term HTTP/1.1
Host: api.lsu.abodehms.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
termId: 0,
studentId: 0,
buildingIds:
[
0
],
roomRatePeriod: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
result:
[
{
id: String,
personId: String,
startDate: String,
endDate: String,
currentStatus: String,
currentStatusDate: String,
room: String,
building: String,
termId: String,
roomRateTable: String,
roomRatePeriod: String,
overrideRate: String,
overrideRateReason: String,
overrideChargeCode: String,
overrideReceivableType: String,
overrideRefundFormula: String,
contract: String,
comments: String,
residentStaffIndicator: String,
residentId: 0,
reservationId: 0,
studentId: 0,
schoolId: String,
abodeTermId: 0,
abodeUsername: String
}
],
responseStatus:
{
errorCode: String,
message: String,
stackTrace: String,
errors:
[
{
errorCode: String,
fieldName: String,
message: String,
meta:
{
String: String
}
}
],
meta:
{
String: String
}
}
}