POST api/Meeting/Update
Update Meeting and its related data
Request Information
URI Parameters
None.
Body Parameters
Meetings Information(Mandatory)
MeetingCreateJSONName | Description | Type | Additional information |
---|---|---|---|
core_information | EventCoreInfo |
None. |
|
basic_information | MeetingBasicInformation |
None. |
|
allowed_profiles | Collection of MeetingAllowedProfilesInfo |
None. |
|
attendees_information | Collection of MeetingAttendeesInformation |
None. |
Request Formats
application/json, text/json
Sample:
{ "core_information": { "EventId": 1, "EventName": "sample string 1", "EventTypeId": 2, "EventCoreTypeId": 1, "IsBubbleEvent": true, "IsClosedEvent": true, "IsActive": true, "EventCode": "sample string 4", "CreatedBy": 1, "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T15:48:43.3618841+00:00", "IsDeleted": true, "IsFrontEndPlatformVisible": true, "IsBettingEnabled": true, "SwitchToLive": true, "IsAIEnabled": true, "IsMastersEvent": true, "IsParaEvent": true }, "basic_information": { "EventMeetingId": 1, "EventId": 1, "OrganizationId": 2, "ParentEventId": 1, "ProjectorRequired": true, "MeetingSubject": "sample string 3", "MeetingAgenda": "sample string 4", "LocationId": 1, "VenueName": "sample string 5", "MeetingStartDate": "2025-07-18T15:48:43.3618841+00:00", "MeetingEndDate": "2025-07-18T15:48:43.3618841+00:00", "MeetingStartTime": "sample string 8", "MeetingEndTime": "sample string 9", "RefreshmentInformation": "sample string 10", "Webinar": true, "WebinarLink": "sample string 11", "MeetingOutcome": "sample string 12", "Status": "sample string 13", "EventOrganizer": 14, "CreatedDateTime": "2025-07-18T15:48:43.3775107+00:00" }, "allowed_profiles": [ { "MeetingAllowedProfileId": 1, "QuotaProfileId": 1, "EventId": 2, "EventMeetingId": 3, "Deleted": 1, "CreatedBy": 1, "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T15:48:43.3775107+00:00", "IsDeleted": true }, { "MeetingAllowedProfileId": 1, "QuotaProfileId": 1, "EventId": 2, "EventMeetingId": 3, "Deleted": 1, "CreatedBy": 1, "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T15:48:43.3775107+00:00", "IsDeleted": true } ], "attendees_information": [ { "EventMeetingAttendeeId": 1, "EventId": 1, "EventMeetingId": 2, "UserId": 1, "ittfid": 3, "ProfileId": 4, "InviteStatus": "sample string 5", "Deleted": 1 }, { "EventMeetingAttendeeId": 1, "EventId": 1, "EventMeetingId": 2, "UserId": 1, "ittfid": 3, "ProfileId": 4, "InviteStatus": "sample string 5", "Deleted": 1 } ] }
application/xml, text/xml
Sample:
<MeetingCreateJSON xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <allowed_profiles> <MeetingAllowedProfilesInfo> <CreatedBy>1</CreatedBy> <Deleted>1</Deleted> <EventId>2</EventId> <EventMeetingId>3</EventMeetingId> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T15:48:43.3775107+00:00</LastUpdatedDateTime> <MeetingAllowedProfileId>1</MeetingAllowedProfileId> <QuotaProfileId>1</QuotaProfileId> </MeetingAllowedProfilesInfo> <MeetingAllowedProfilesInfo> <CreatedBy>1</CreatedBy> <Deleted>1</Deleted> <EventId>2</EventId> <EventMeetingId>3</EventMeetingId> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T15:48:43.3775107+00:00</LastUpdatedDateTime> <MeetingAllowedProfileId>1</MeetingAllowedProfileId> <QuotaProfileId>1</QuotaProfileId> </MeetingAllowedProfilesInfo> </allowed_profiles> <attendees_information> <MeetingAttendeesInformation> <Deleted>1</Deleted> <EventId>1</EventId> <EventMeetingAttendeeId>1</EventMeetingAttendeeId> <EventMeetingId>2</EventMeetingId> <InviteStatus>sample string 5</InviteStatus> <ProfileId>4</ProfileId> <UserId>1</UserId> <ittfid>3</ittfid> </MeetingAttendeesInformation> <MeetingAttendeesInformation> <Deleted>1</Deleted> <EventId>1</EventId> <EventMeetingAttendeeId>1</EventMeetingAttendeeId> <EventMeetingId>2</EventMeetingId> <InviteStatus>sample string 5</InviteStatus> <ProfileId>4</ProfileId> <UserId>1</UserId> <ittfid>3</ittfid> </MeetingAttendeesInformation> </attendees_information> <basic_information> <CreatedDateTime>2025-07-18T15:48:43.3775107+00:00</CreatedDateTime> <EventId>1</EventId> <EventMeetingId>1</EventMeetingId> <EventOrganizer>14</EventOrganizer> <LocationId>1</LocationId> <MeetingAgenda>sample string 4</MeetingAgenda> <MeetingEndDate>2025-07-18T15:48:43.3618841+00:00</MeetingEndDate> <MeetingEndTime>sample string 9</MeetingEndTime> <MeetingOutcome>sample string 12</MeetingOutcome> <MeetingStartDate>2025-07-18T15:48:43.3618841+00:00</MeetingStartDate> <MeetingStartTime>sample string 8</MeetingStartTime> <MeetingSubject>sample string 3</MeetingSubject> <OrganizationId>2</OrganizationId> <ParentEventId>1</ParentEventId> <ProjectorRequired>true</ProjectorRequired> <RefreshmentInformation>sample string 10</RefreshmentInformation> <Status>sample string 13</Status> <VenueName>sample string 5</VenueName> <Webinar>true</Webinar> <WebinarLink>sample string 11</WebinarLink> </basic_information> <core_information xmlns:d2p1="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1"> <d2p1:CreatedBy>1</d2p1:CreatedBy> <d2p1:EventCode>sample string 4</d2p1:EventCode> <d2p1:EventCoreTypeId>1</d2p1:EventCoreTypeId> <d2p1:EventId>1</d2p1:EventId> <d2p1:EventName>sample string 1</d2p1:EventName> <d2p1:EventTypeId>2</d2p1:EventTypeId> <d2p1:IsAIEnabled>true</d2p1:IsAIEnabled> <d2p1:IsActive>true</d2p1:IsActive> <d2p1:IsBettingEnabled>true</d2p1:IsBettingEnabled> <d2p1:IsBubbleEvent>true</d2p1:IsBubbleEvent> <d2p1:IsClosedEvent>true</d2p1:IsClosedEvent> <d2p1:IsDeleted>true</d2p1:IsDeleted> <d2p1:IsFrontEndPlatformVisible>true</d2p1:IsFrontEndPlatformVisible> <d2p1:IsMastersEvent>true</d2p1:IsMastersEvent> <d2p1:IsParaEvent>true</d2p1:IsParaEvent> <d2p1:LastModifiedBy>1</d2p1:LastModifiedBy> <d2p1:LastUpdatedDateTime>2025-07-18T15:48:43.3618841+00:00</d2p1:LastUpdatedDateTime> <d2p1:SwitchToLive>true</d2p1:SwitchToLive> </core_information> </MeetingCreateJSON>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>