POST api/meeting/PreviewMeetingSchedule
Request Information
URI Parameters
None.
Body Parameters
PreviewMeetingScheduleRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "e0be9a83-4d35-40ae-b509-710e8fc9cd23"
}
application/xml, text/xml
Sample:
<PreviewMeetingScheduleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <Id>e0be9a83-4d35-40ae-b509-710e8fc9cd23</Id> </PreviewMeetingScheduleRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfPreviewMeetingScheduleResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | PreviewMeetingScheduleResponse |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.