| PATCH | /student/{StudentId}/self_move_in | ||
|---|---|---|---|
| PATCH | /reservation/{ReservationId}/self_move_in |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| StudentId | path | int? | No | |
| SchoolId | query | string | No | |
| TermId | query | int? | No | |
| ReservationId | path | int? | No | |
| AllowSelfMoveIn | query | bool | No | |
| SelfMoveInState | query | SelfMoveInStateEnum? | No | |
| SelfMoveInDt | query | DateTime? | No |
| Contact |
| Inspection |
| MoveIn |
| Complete |
| Disabled |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | SelfMoveInDTO | No | |
| SelfMoveInSteps | form | List<string> | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| StudentId | form | int | No | |
| TermId | form | int | No | |
| ReservationId | form | int | No | |
| AllowSelfMoveIn | form | bool | No | |
| SelfMoveInState | form | SelfMoveInStateEnum | No | |
| SelfMoveInDt | form | DateTime? | No | |
| BillingStartOption | form | BillingStartOptionEnum | No | |
| BillingEndOption | form | BillingEndOptionEnum | No | |
| FirstName | form | string | No | |
| LastName | form | string | No | |
| DisplayName | form | string | No | |
| Schoolid | form | string | No | |
| ReservedBuilding | form | string | No | |
| ReservedRoom | form | string | No | |
| ReservedRoomRate | form | string | No | |
| MovedInBuilding | form | string | No | |
| MovedInRoom | form | string | No | |
| MovedInRoomRate | form | string | No |
| Auto |
| Term |
| MoveIn |
| Auto |
| Term |
| MoveOut |
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.
PATCH //student/{StudentId}/self_move_in 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 'UpdateSelfMoveIn' 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 'SelfMoveInResponse' 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'.)