PUT api/Catering/{cateringId}/ChangeMeeting
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cateringId | integer |
Required |
Body Parameters
CateringOrderChangeMeetingDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| MyDeskMeetingId | integer |
None. |
|
| ExchangeMeetingId | string |
None. |
|
| ExchangeICalUId | string |
None. |
|
| MeetingroomId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MyDeskMeetingId": 1,
"ExchangeMeetingId": "sample string 2",
"ExchangeICalUId": "sample string 3",
"MeetingroomId": 4
}
application/xml, text/xml
Sample:
<CateringOrderChangeMeetingDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.Catering"> <ExchangeICalUId>sample string 3</ExchangeICalUId> <ExchangeMeetingId>sample string 2</ExchangeMeetingId> <MeetingroomId>4</MeetingroomId> <MyDeskMeetingId>1</MyDeskMeetingId> </CateringOrderChangeMeetingDTO>
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.