POST api/meeting/GetMeetingScheduleAdmin

Request Information

URI Parameters

None.

Body Parameters

MeetingScheduleRequest
NameDescriptionTypeAdditional information
MeetingComfirmId

globally unique identifier

None.

MeetingScheduleId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "MeetingComfirmId": "6a697c2b-b4bb-4d8f-8b56-dd915463ff46",
  "MeetingScheduleId": "666838f4-2d11-4d97-8a72-2ebe7454d2ac"
}

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>6a697c2b-b4bb-4d8f-8b56-dd915463ff46</MeetingComfirmId>
  <MeetingScheduleId>666838f4-2d11-4d97-8a72-2ebe7454d2ac</MeetingScheduleId>
</MeetingScheduleRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfMeetingScheduleAdminResponse
NameDescriptionTypeAdditional information
Content

MeetingScheduleAdminResponse

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.