| All Verbs | /reservations |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| TermId | query | int | No | |
| ReserveStatus | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | List<ReservationDTO> | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ReservationId | form | int | No | |
| StudentId | form | int | No | |
| BedId | form | int | No | |
| TermId | form | int | No | |
| AppId | form | int? | No | |
| MealPlanId | form | int? | No | |
| RoomRateId | form | int? | No | |
| ReserveStatus | form | string | No | |
| SelfReserved | form | bool | No | |
| ExpectedArrivalDt | form | DateTime? | No | |
| ReserveAsSingle | form | bool | No | |
| Locked | form | bool | No | |
| RequiresApproval | form | bool | No | |
| Approved | form | bool | No | |
| ApprovalReason | form | string | No | |
| ApprovedBy | form | string | No | |
| ApprovedDt | form | DateTime? | No | |
| RequiresConfirm | form | bool | No | |
| Confirmed | form | bool | No | |
| ConfirmedBy | form | string | No | |
| ConfirmedDt | form | DateTime? | No | |
| Comments | form | string | No | |
| CreatedDt | form | DateTime? | No | |
| CreatedBy | form | string | No | |
| LastModifiedDt | form | DateTime? | No | |
| LastModifiedBy | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST //reservations HTTP/1.1
Host: api.lsu.abodehms.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{Unable to show example output for type 'GetReservationsForTerm' using the custom 'csv' filter}One or more errors occurred. (Unable to cast object of type 'ServiceStack.Host.BasicResponse' to type 'ServiceStack.Host.NetCore.NetCoreResponse'.)
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{Unable to show example output for type 'ReservationsResponse' using the custom 'csv' filter}One or more errors occurred. (Unable to cast object of type 'ServiceStack.Host.BasicResponse' to type 'ServiceStack.Host.NetCore.NetCoreResponse'.)