POST PlanCare2Api/DaytimeActivity/MeetingSeries/Subscriptions/ChangeOfDaytimeActivityMeetingSubscription
Modify an existing subscription to a daytime activity meeting.
Requires 'Start' permission for function DaytimeActivityOverview {16EDE7B1-4F4B-4C01-A7E4-79E73CF6B2E3}
Request Information
URI Parameters
None.
Body Parameters
Existing meeting subscription
ChangeOfDaytimeActivityMeetingSubscription| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id of the subscription |
globally unique identifier |
None |
| ClientId |
Id of the client |
integer |
Required |
| MeetingId |
The id of the meeting. |
globally unique identifier |
Required |
| Options |
Options of the subscription selected by the client. |
Collection of DaytimeActivityMeetingEnrollmentOption |
None |
| Start |
Start time of the subscription. |
date |
Required |
| End |
End time of the subscription. |
date |
Required |
| Remarks |
Remarks of the subscription. |
string |
None |
| PresenceReasonId |
Presence of the subscription. |
globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": "131e7c94-a68a-488e-a0f2-ed1766eb64e7",
"ClientId": 2,
"MeetingId": "9a9e71d5-35a0-4416-8b5f-0bc1bd95f970",
"Options": [
{
"$id": "2",
"Id": "166c4811-5fce-49ad-bd83-37f57401e1c5",
"Name": "sample string 2",
"IsSystem": true,
"Type": 0,
"StartTime": "2026-05-26T21:09:47.3646867+02:00",
"EndTime": "2026-05-26T21:09:47.3646867+02:00",
"TransportTo": true,
"TransportBack": true,
"TransportType": 1,
"Description": "sample string 2"
},
{
"$ref": "2"
}
],
"Start": "2026-05-26T21:09:47.3646867+02:00",
"End": "2026-05-26T21:09:47.3646867+02:00",
"Remarks": "sample string 6",
"PresenceReasonId": "b8db9187-f615-42c8-a701-6af8e39d9f0b"
}
application/xml, text/xml
Sample:
<ChangeOfDaytimeActivityMeetingSubscription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity">
<ClientId>2</ClientId>
<End>2026-05-26T21:09:47.3646867+02:00</End>
<Id>131e7c94-a68a-488e-a0f2-ed1766eb64e7</Id>
<MeetingId>9a9e71d5-35a0-4416-8b5f-0bc1bd95f970</MeetingId>
<Options>
<DaytimeActivityMeetingEnrollmentOption>
<EndTime>2026-05-26T21:09:47.3646867+02:00</EndTime>
<Id>166c4811-5fce-49ad-bd83-37f57401e1c5</Id>
<IsSystem>true</IsSystem>
<Name>sample string 2</Name>
<StartTime>2026-05-26T21:09:47.3646867+02:00</StartTime>
<TransportBack>true</TransportBack>
<TransportTo>true</TransportTo>
<TransportType>Group</TransportType>
<Type>Default</Type>
</DaytimeActivityMeetingEnrollmentOption>
<DaytimeActivityMeetingEnrollmentOption>
<EndTime>2026-05-26T21:09:47.3646867+02:00</EndTime>
<Id>166c4811-5fce-49ad-bd83-37f57401e1c5</Id>
<IsSystem>true</IsSystem>
<Name>sample string 2</Name>
<StartTime>2026-05-26T21:09:47.3646867+02:00</StartTime>
<TransportBack>true</TransportBack>
<TransportTo>true</TransportTo>
<TransportType>Group</TransportType>
<Type>Default</Type>
</DaytimeActivityMeetingEnrollmentOption>
</Options>
<PresenceReasonId>b8db9187-f615-42c8-a701-6af8e39d9f0b</PresenceReasonId>
<Remarks>sample string 6</Remarks>
<Start>2026-05-26T21:09:47.3646867+02:00</Start>
</ChangeOfDaytimeActivityMeetingSubscription>
Response Information
Resource Description
Modified daytime activity meeting subscription. OK or BadRequest if subscription is not valid.
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 |