POST PlanCare2Api/DaytimeActivity/MeetingSeries/ChangeOfMeetingTime
Change the start time and/or end time of a meeting. The day can not be changed.
Requires 'Start' permission for function DaytimeActivityProgramClient {E7F4025B-80C9-4E2A-8537-129E3D0CC2C9}
Request Information
URI Parameters
None.
Body Parameters
Change the time of a meeting on given date
ChangeOfMeetingTime| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The id of the meeting series. |
globally unique identifier |
None |
| Date |
Date of the occurrence of the meeting to change. |
date |
None |
| StartTime |
New start time of the meeting occurrence in XX:XX format. Example: 06:15 |
string |
None |
| EndTime |
New end time of the meeting occurrence in XX:XX format. Example: 06:45 |
string |
None |
Request Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
Response Information
Resource Description
OK when change is successful. BadRequest when change failed.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None |
|
| Content | HttpContent |
None |
|
| StatusCode | HttpStatusCode |
None |
|
| ReasonPhrase | string |
None |
|
| Headers | Collection of Object |
None |
|
| RequestMessage | HttpRequestMessage |
None |
|
| IsSuccessStatusCode | boolean |
None |