| PATCH | /resident/{ResidentId} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResidentId | path | int | No | |
| MoveInDate | query | DateTime? | No | |
| MoveOutDate | query | DateTime? | No | |
| RoomRateId | query | int? | No | |
| BedId | query | int? | No | |
| DftBillingType | query | BillingTypeEnum? | No | |
| BillingStartOption | query | BillingStartOptionEnum? | No | |
| BillingEndOption | query | BillingEndOptionEnum? | No | |
| IsBillable | query | bool? | No | |
| ForwardAddress1 | query | string | No | |
| ForwardAddress2 | query | string | No | |
| ForwardCity | query | string | No | |
| ForwardPostal | query | string | No | |
| ForwardState | query | string | No | |
| ForwardCountry | query | string | No | |
| ForwardPhone | query | string | No | |
| ForwardCellPhone | query | string | No | |
| KeyReturned | query | short? | No | |
| MailboxKeyReturned | query | byte? | No | |
| ReturningNextYear | query | short? | No | |
| ForwardType | query | string | No | |
| PreserveOrphanChecks | query | bool? | No | |
| RoomRatePeriod | query | string | No | |
| OverrideWarnings | query | bool? | No | |
| IsPreview | query | bool | No |
| None |
| Full |
| Prorate |
| Schedule |
| Auto |
| Term |
| MoveIn |
| Auto |
| Term |
| MoveOut |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | ResidentDTO | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResidentId | form | int | No | |
| StudentId | form | int | No | |
| SchoolId | form | string | No | |
| FirstName | form | string | No | |
| LastName | form | string | No | |
| DisplayName | form | string | No | |
| BedId | form | int | No | |
| Mailbox | form | string | No | |
| RoomId | form | int | No | |
| RoomRateId | form | int? | No | |
| Room | form | string | No | |
| RoomCode | form | string | No | |
| Wing | form | string | No | |
| Building | form | string | No | |
| BuildingCode | form | string | No | |
| MoveInDate | form | DateTime? | No | |
| MoveOutDate | form | DateTime? | No | |
| ReserveStartDt | form | DateTime? | No | |
| ReserveEndDt | form | DateTime? | No | |
| CheckInUserId | form | int? | No | |
| CheckInUser | form | string | No | |
| Status | form | string | No | |
| TermCode | form | string | No | |
| DftBillingType | form | string | No | |
| BillingStartOption | form | string | No | |
| BillingEndOption | form | string | No | |
| IsBillable | form | bool | 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.
PATCH //resident/{ResidentId} 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 'UpdateResident' 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 'ResidentResponse' 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'.)