| All Verbs | /housing_assignments/process |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| StudentId | query | int? | No | |
| TermId | query | int? | No | |
| ReservationId | query | int? | No | |
| ResidentId | query | int? | No | |
| XptSauHousingId | query | int? | No | |
| ForceSync | query | bool? | No | |
| ContinueOnError | query | bool? | No | |
| RunAsync | query | bool? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | 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 .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST //housing_assignments/process HTTP/1.1
Host: api.lsu.abodehms.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{"studentId":0,"termId":0,"reservationId":0,"residentId":0,"xptSauHousingId":0,"forceSync":false,"continueOnError":false,"runAsync":false}
HTTP/1.1 200 OK
Content-Type: application/json
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"}}}