POST PlanCare2Api/DaytimeActivity/MeetingSeries/{id}

Set state of meeting on given date

Requires 'Start' permission for function DaytimeActivityProgramClient {E7F4025B-80C9-4E2A-8537-129E3D0CC2C9}

Request Information

URI Parameters

Name Description Type Additional information
id

Id of the meeting

globally unique identifier

Required

Body Parameters

State of the meeting

ChangeOfMeetingState
Name Description Type Additional information
Date

Date of the occurrence of the meeting to change.

date

-

State

New state of the meeting occurrence.

DesiredMeetingState

-

Request Formats

application/json, text/json

Sample:
{
  "Date": "2026-05-26T22:08:56.2719386+02:00",
  "State": 0
}

application/xml, text/xml

Sample:
<ChangeOfMeetingState xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.DaytimeActivity">
  <Date>2026-05-26T22:08:56.2719386+02:00</Date>
  <State>Open</State>
</ChangeOfMeetingState>

Response Information

Resource Description

Accepted or BadRequest when no meeting is scheduled at given date or can not be changed (anymore).

HttpResponseMessage
Name Description Type Additional information
Version

Version

-

Content

HttpContent

-

StatusCode

HttpStatusCode

-

ReasonPhrase

string

-

Headers

Collection of Object

-

RequestMessage

HttpRequestMessage

-

IsSuccessStatusCode

boolean

-