POST PlanCare2Api/DaytimeActivity/MeetingSeries/{id}/employees?date={date}
Update the list employees of a daytime activity meeting on a given day
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 |
| date |
Date of the occurrence of the meeting |
date |
Required |
Body Parameters
List of employees involved
Collection of MeetingExceptionEmployee| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The identifier of the employee |
integer |
None |
| Name |
The name of the employee |
string |
None |
Request Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
Response Information
Resource Description
Accepted or BadRequest when no meeting is scheduled at given date.
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 |