| Required role: | Admin |
| All Verbs | /future_plan_surveys |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | List<FuturePlanSurveyDTO> | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| FuturePlanSurveyId | form | int | No | |
| HolidayLeaveId | form | int? | No | |
| TermId | form | int? | No | |
| SurveyType | form | string | No | |
| Name | form | string | No | |
| OpenDt | form | DateTime? | No | |
| CloseDt | form | DateTime? | No | |
| EarliestCheckoutDt | form | DateTime? | No | |
| LatestCheckoutDt | form | DateTime? | No | |
| StatementText | form | string | No | |
| CompletionText | form | string | No | |
| ReservationPeriodId | form | int? | No | |
| RequireAppNext | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST //future_plan_surveys HTTP/1.1
Host: api.lsu.abodehms.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
result:
[
{
futurePlanSurveyId: 0,
holidayLeaveId: 0,
termId: 0,
surveyType: String,
name: String,
openDt: 0001-01-01,
closeDt: 0001-01-01,
earliestCheckoutDt: 0001-01-01,
latestCheckoutDt: 0001-01-01,
statementText: String,
completionText: String,
reservationPeriodId: 0,
requireAppNext: False
}
],
responseStatus:
{
errorCode: String,
message: String,
stackTrace: String,
errors:
[
{
errorCode: String,
fieldName: String,
message: String,
meta:
{
String: String
}
}
],
meta:
{
String: String
}
}
}