POST api/meeting/GetMeetingScheduleUser
Request Information
URI Parameters
None.
Body Parameters
MeetingScheduleRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| MeetingComfirmId | globally unique identifier |
None. |
|
| MeetingScheduleId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"MeetingComfirmId": "2189ffda-9bcd-4674-bc8b-7f3cb478eeff",
"MeetingScheduleId": "b2b8adb6-d921-4cbf-83de-ab8ca9caf08e"
}
application/xml, text/xml
Sample:
<MeetingScheduleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <MeetingComfirmId>2189ffda-9bcd-4674-bc8b-7f3cb478eeff</MeetingComfirmId> <MeetingScheduleId>b2b8adb6-d921-4cbf-83de-ab8ca9caf08e</MeetingScheduleId> </MeetingScheduleRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfMeetingScheduleUserResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | MeetingScheduleUserResponse |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.