POST PlanCare2Api/DaytimeActivity/MeetingSeries/Subscriptions
Save a new subscription to a daytime activity meeting.
Requires 'Start' permission for function DaytimeActivityOverview {16EDE7B1-4F4B-4C01-A7E4-79E73CF6B2E3}
Request Information
URI Parameters
None.
Body Parameters
New meeting subscription
DaytimeActivityMeetingSubscription| 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
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
Daytime activity meeting subscription. Created or BadRequest if enrollment 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 |