| PUT | /move_appointment_periods/{Id} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | path | int | No | |
| HousingPoolId | body | int | No | |
| TermId | body | int | No | |
| OpenDt | body | DateTime | No | |
| CloseDt | body | DateTime | No | |
| CompletionHtml | body | string | No | |
| BuildingId | body | int? | No | |
| IntroHtml | body | string | No | |
| RequireApplication | body | bool | No | |
| ExcludeNewStudents | body | bool | No | |
| PreventSameSlotRoommate | body | bool | No | |
| AllowEdit | body | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | MoveAppointmentPeriodDTO | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| HousingPoolId | form | int | No | |
| TermId | form | int | No | |
| OpenDt | form | DateTime | No | |
| CloseDt | form | DateTime | No | |
| CompletionHtml | form | string | No | |
| BuildingId | form | int? | No | |
| IntroHtml | form | string | No | |
| RequireApplication | form | bool | No | |
| ExcludeNewStudents | form | bool | No | |
| PreventSameSlotRoommate | form | bool | No | |
| AllowEdit | form | bool | No | |
| CreatedDt | form | DateTime | No | |
| CreatedBy | form | string | No | |
| ModifiedDt | form | DateTime? | No | |
| ModifiedBy | 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.
PUT //move_appointment_periods/{Id} 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 'UpdateMoveAppointmentPeriod' 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 'UpdateMoveAppointmentPeriodResponse' 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'.)