| All Verbs | /housing_export/{XptSauHousingId}/update |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| XptSauHousingId | path | int | No | |
| RoomRatePeriod | query | string | 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_export/{XptSauHousingId}/update HTTP/1.1
Host: api.lsu-staging.abodehms.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{"xptSauHousingId":0,"roomRatePeriod":"String"}
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"}}}