POST api/Planner/Meetings/Verify
Request Information
URI Parameters
None.
Body Parameters
MeetingValidationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ExchangeICalUId | string |
None. |
|
| MeetingRoomId | integer |
None. |
|
| Start | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ExchangeICalUId": "sample string 1",
"MeetingRoomId": 2,
"Start": "2025-12-05T10:20:25.0338449+00:00"
}
application/xml, text/xml
Sample:
<MeetingValidationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.Meeting"> <ExchangeICalUId>sample string 1</ExchangeICalUId> <MeetingRoomId>2</MeetingRoomId> <Start>2025-12-05T10:20:25.0338449+00:00</Start> </MeetingValidationDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.