| 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 .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
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-staging.abodehms.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"result":[{"futurePlanSurveyId":0,"holidayLeaveId":0,"termId":0,"surveyType":"String","name":"String","openDt":"0001-01-01T00:00:00.0000000","closeDt":"0001-01-01T00:00:00.0000000","earliestCheckoutDt":"0001-01-01T00:00:00.0000000","latestCheckoutDt":"0001-01-01T00:00:00.0000000","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"}}}