| Required role: | Admin |
| All Verbs | /future_plan_responses |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BuildingIds | query | ArrayOfInt | No | |
| TermId | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | List<FuturePlanResponseDTO> | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| FuturePlanResponseId | form | int | No | |
| CreatedBy | form | string | No | |
| CreatedDt | form | DateTime? | No | |
| ExpectedCheckoutDt | form | DateTime? | No | |
| ExpectsCheckout | form | bool | No | |
| ForwardAddress1 | form | string | No | |
| ForwardAddress2 | form | string | No | |
| ForwardAddressType | form | string | No | |
| ForwardCity | form | string | No | |
| ForwardCountry | form | string | No | |
| ForwardEmail | form | string | No | |
| ForwardPhone | form | string | No | |
| ForwardPostal | form | string | No | |
| ForwardState | form | string | No | |
| FuturePlanSurveyId | form | int? | No | |
| FutureTermId | form | int? | No | |
| HolidayLeaveResponseId | form | int? | No | |
| HousingChangeRequests | form | string | No | |
| IsLateCheckout | form | bool | No | |
| LateCheckoutReason | form | string | No | |
| ModifiedBy | form | string | No | |
| ModifiedDt | form | DateTime? | No | |
| Notes | form | string | No | |
| PlanCategory | form | string | No | |
| PlanCode | form | string | No | |
| PlanDetail | form | string | No | |
| PlannedStayInRoom | form | bool | No | |
| PlannedSummerResident | form | bool | No | |
| PlanText | form | string | No | |
| ResidentId | form | int | No | |
| ResponseType | form | string | No | |
| StudentId | form | int | No | |
| SubmittedDt | form | DateTime? | No | |
| SummerDetails | form | string | No | |
| SummerEndDt | form | DateTime? | No | |
| SummerReason | form | string | No | |
| SummerStartDt | form | DateTime? | No | |
| Schoolid | form | string | No | |
| FirstName | form | string | No | |
| LastName | form | string | No | |
| Gender | form | string | No | |
| TermName | form | string | No | |
| BuildingName | form | string | No | |
| WingName | form | string | No | |
| Room | form | string | No | |
| form | string | No | ||
| HomePhone | form | string | No | |
| CellPhone | form | string | No | |
| RoomPhone | form | string | No | |
| Birthday | form | DateTime? | No | |
| MailboxName | 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 //future_plan_responses HTTP/1.1
Host: api.lsu-staging.abodehms.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{Unable to show example output for type 'FindFuturePlanResponses' 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 'FuturePlansResponse' 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'.)