POST api/event/EventBasicEdit
Request Information
URI Parameters
None.
Body Parameters
EventEditRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| Title | string |
None. |
|
| SubTitle | string |
None. |
|
| City | string |
None. |
|
| IndustryId | globally unique identifier |
None. |
|
| SectorId | globally unique identifier |
None. |
|
| ThirdId | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| StartTime | time interval |
None. |
|
| EndTime | time interval |
None. |
|
| Type | EventType |
None. |
|
| Language | string |
None. |
|
| ExternalContactorName | string |
None. |
|
| ExternalContactorEmail | string |
None. |
|
| ExternalContactorPhone | string |
None. |
|
| Capacity | integer |
None. |
|
| RegisterFrom | date |
None. |
|
| RegisterTo | date |
None. |
|
| DisableRegistration | boolean |
None. |
|
| IsPrivate | boolean |
None. |
|
| IsSignInRequiredSMS | boolean |
None. |
|
| QrCodeRefreshMinute | integer |
None. |
|
| Department | string |
None. |
|
| ApprovalRequired | boolean |
None. |
|
| SendApprovalNotify | boolean |
None. |
|
| OneTicketPerRegistant | boolean |
None. |
|
| SendRemindMessage | boolean |
None. |
|
| RemindDays | integer |
None. |
|
| RemindWay | string |
None. |
|
| SendNotifyWay | string |
None. |
|
| SendUnfinishedRemindMessage | boolean |
None. |
|
| UnfinishedRemindDays | integer |
None. |
|
| UnfinishedRemindWay | string |
None. |
|
| UseWhiteList | boolean |
None. |
|
| IsDefinedRegInfo | boolean |
None. |
|
| CustomRegInfo | string |
None. |
|
| IslinksSurvey | boolean |
None. |
|
| SurveyId | globally unique identifier |
None. |
|
| ClientType | integer |
None. |
|
| EventOwner | string |
None. |
|
| EventOwnerEmail | string |
None. |
|
| IsShelve | boolean |
None. |
|
| IsCancelReg | boolean |
None. |
|
| RemindCancelRegDays | integer |
None. |
|
| IsNeedCheck | boolean |
None. |
|
| CheckCount | integer |
None. |
|
| ScopeType | integer |
None. |
|
| BUNote | integer |
None. |
|
| EventCategory | integer |
None. |
|
| UTWithHotel | decimal number |
None. |
|
| UTWithoutHotel | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "6cb43aa8-3eb7-4c43-9141-b84dd9b5deb7",
"Title": "sample string 2",
"SubTitle": "sample string 3",
"City": "sample string 4",
"IndustryId": "b0f6884c-ba84-4b9e-81ad-4fa812b27b30",
"SectorId": "e863f7aa-6f57-4979-92fd-569decee22ba",
"ThirdId": "4b00f929-3ac9-4fab-a7b0-390f7f69e49b",
"StartDate": "2026-05-31T19:19:18.6146037+08:00",
"EndDate": "2026-05-31T19:19:18.6146037+08:00",
"StartTime": "00:00:00.1234567",
"EndTime": "00:00:00.1234567",
"Type": 1001001,
"Language": "sample string 10",
"ExternalContactorName": "sample string 11",
"ExternalContactorEmail": "sample string 12",
"ExternalContactorPhone": "sample string 13",
"Capacity": 14,
"RegisterFrom": "2026-05-31T19:19:18.6146037+08:00",
"RegisterTo": "2026-05-31T19:19:18.6146037+08:00",
"DisableRegistration": true,
"IsPrivate": true,
"IsSignInRequiredSMS": true,
"QrCodeRefreshMinute": 18,
"Department": "sample string 19",
"ApprovalRequired": true,
"SendApprovalNotify": true,
"OneTicketPerRegistant": true,
"SendRemindMessage": true,
"RemindDays": 24,
"RemindWay": "sample string 25",
"SendNotifyWay": "sample string 26",
"SendUnfinishedRemindMessage": true,
"UnfinishedRemindDays": 28,
"UnfinishedRemindWay": "sample string 29",
"UseWhiteList": true,
"IsDefinedRegInfo": true,
"CustomRegInfo": "sample string 32",
"IslinksSurvey": true,
"SurveyId": "ea4abe7a-0925-4ce8-80b9-bc8f77638570",
"ClientType": 1,
"EventOwner": "sample string 35",
"EventOwnerEmail": "sample string 36",
"IsShelve": true,
"IsCancelReg": true,
"RemindCancelRegDays": 1,
"IsNeedCheck": true,
"CheckCount": 1,
"ScopeType": 1,
"BUNote": 1,
"EventCategory": 1,
"UTWithHotel": 1.0,
"UTWithoutHotel": 1.0
}
application/xml, text/xml
Sample:
<EventEditRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <ApprovalRequired>true</ApprovalRequired> <BUNote>1</BUNote> <Capacity>14</Capacity> <CheckCount>1</CheckCount> <City>sample string 4</City> <ClientType>1</ClientType> <CustomRegInfo>sample string 32</CustomRegInfo> <Department>sample string 19</Department> <DisableRegistration>true</DisableRegistration> <EndDate>2026-05-31T19:19:18.6146037+08:00</EndDate> <EndTime>PT0.1234567S</EndTime> <EventCategory>1</EventCategory> <EventId>6cb43aa8-3eb7-4c43-9141-b84dd9b5deb7</EventId> <EventOwner>sample string 35</EventOwner> <EventOwnerEmail>sample string 36</EventOwnerEmail> <ExternalContactorEmail>sample string 12</ExternalContactorEmail> <ExternalContactorName>sample string 11</ExternalContactorName> <ExternalContactorPhone>sample string 13</ExternalContactorPhone> <IndustryId>b0f6884c-ba84-4b9e-81ad-4fa812b27b30</IndustryId> <IsCancelReg>true</IsCancelReg> <IsDefinedRegInfo>true</IsDefinedRegInfo> <IsNeedCheck>true</IsNeedCheck> <IsPrivate>true</IsPrivate> <IsShelve>true</IsShelve> <IsSignInRequiredSMS>true</IsSignInRequiredSMS> <IslinksSurvey>true</IslinksSurvey> <Language>sample string 10</Language> <OneTicketPerRegistant>true</OneTicketPerRegistant> <QrCodeRefreshMinute>18</QrCodeRefreshMinute> <RegisterFrom>2026-05-31T19:19:18.6146037+08:00</RegisterFrom> <RegisterTo>2026-05-31T19:19:18.6146037+08:00</RegisterTo> <RemindCancelRegDays>1</RemindCancelRegDays> <RemindDays>24</RemindDays> <RemindWay>sample string 25</RemindWay> <ScopeType>1</ScopeType> <SectorId>e863f7aa-6f57-4979-92fd-569decee22ba</SectorId> <SendApprovalNotify>true</SendApprovalNotify> <SendNotifyWay>sample string 26</SendNotifyWay> <SendRemindMessage>true</SendRemindMessage> <SendUnfinishedRemindMessage>true</SendUnfinishedRemindMessage> <StartDate>2026-05-31T19:19:18.6146037+08:00</StartDate> <StartTime>PT0.1234567S</StartTime> <SubTitle>sample string 3</SubTitle> <SurveyId>ea4abe7a-0925-4ce8-80b9-bc8f77638570</SurveyId> <ThirdId>4b00f929-3ac9-4fab-a7b0-390f7f69e49b</ThirdId> <Title>sample string 2</Title> <Type>Conference</Type> <UTWithHotel>1</UTWithHotel> <UTWithoutHotel>1</UTWithoutHotel> <UnfinishedRemindDays>28</UnfinishedRemindDays> <UnfinishedRemindWay>sample string 29</UnfinishedRemindWay> <UseWhiteList>true</UseWhiteList> </EventEditRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.