PUT v1/Event
Request Information
URI Parameters
None.
Body Parameters
EventViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| EventPhase | EventPhase |
None. |
|
| Domain | string |
None. |
|
| AzavistaLink | string |
None. |
|
| EventStartTime | time interval |
None. |
|
| EventEndTime | time interval |
None. |
|
| ShowBlockDiagramWorkForms | boolean |
None. |
|
| IsOnePager | boolean |
None. |
|
| LinkedToSynergie | boolean |
None. |
|
| NumberOfStands | integer |
None. |
|
| ShowEvaluation | boolean |
None. |
|
| EvaluationLink | string |
None. |
|
| HideSpeakersApp | boolean |
None. |
|
| AppleItunesAppId | string |
None. |
|
| GooglePlayAppId | string |
None. |
|
| PrimaryEventLocationGuid | globally unique identifier |
None. |
|
| FromEmailAddress | string |
None. |
|
| FromEmailName | string |
None. |
|
| ShowMenuAtTheBottom | boolean |
None. |
|
| RegistrationButtonShow | boolean |
None. |
|
| RegistrationButtonTitle | string |
None. |
|
| RegistrationButtonMenuPosition | RegistrationButtonMenuPosition |
None. |
|
| BodyFontGuid | globally unique identifier |
None. |
|
| HeadingFontGuid | globally unique identifier |
None. |
|
| OpenGraphDescription | string |
None. |
|
| GoogleAnalyticsId | string |
None. |
|
| Language | string |
None. |
|
| EventTopicGuid | globally unique identifier |
None. |
|
| VNGDescription | string |
None. |
|
| VNGThemes | Collection of GuidName |
None. |
|
| MenuBackgroundColor | string |
None. |
|
| MenuForegroundColor | string |
None. |
|
| MenuForegroundColorHover | string |
None. |
|
| Theme | string |
None. |
|
| FallBackTheme | string |
None. |
|
| Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"EventPhase": 0,
"Domain": "sample string 2",
"AzavistaLink": "sample string 3",
"EventStartTime": "00:00:00.1234567",
"EventEndTime": "00:00:00.1234567",
"ShowBlockDiagramWorkForms": true,
"IsOnePager": true,
"LinkedToSynergie": true,
"NumberOfStands": 9,
"ShowEvaluation": true,
"EvaluationLink": "sample string 11",
"HideSpeakersApp": true,
"AppleItunesAppId": "sample string 13",
"GooglePlayAppId": "sample string 14",
"PrimaryEventLocationGuid": "a499ac32-2010-450b-9241-02b31fdca1f5",
"FromEmailAddress": "sample string 15",
"FromEmailName": "sample string 16",
"ShowMenuAtTheBottom": true,
"RegistrationButtonShow": true,
"RegistrationButtonTitle": "sample string 19",
"RegistrationButtonMenuPosition": 0,
"BodyFontGuid": "3dd600a0-1e21-48ba-a35c-77f202ef0d9e",
"HeadingFontGuid": "beab7137-a4b3-45f4-93f8-815ff259e860",
"OpenGraphDescription": "sample string 20",
"GoogleAnalyticsId": "sample string 21",
"Language": "sample string 22",
"EventTopicGuid": "6e62d61e-d781-400f-9c6d-e3545f539445",
"VNGDescription": "sample string 23",
"VNGThemes": [
{
"Guid": "c16da8a2-99ca-4c9d-a992-ab91da3ff9c1",
"Name": "sample string 2"
},
{
"Guid": "c16da8a2-99ca-4c9d-a992-ab91da3ff9c1",
"Name": "sample string 2"
}
],
"MenuBackgroundColor": "sample string 24",
"MenuForegroundColor": "sample string 25",
"MenuForegroundColorHover": "sample string 26",
"Theme": "sample string 27",
"FallBackTheme": "sample string 28",
"Guid": "c8f123d7-0c82-4201-a822-5289282f1814",
"Created": "2026-06-27T00:10:27.971032+00:00",
"Modified": "2026-06-27T00:10:27.971032+00:00",
"Deleted": "2026-06-27T00:10:27.971032+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
application/octet-stream
Sample:
{"Name":"sample string 1","EventPhase":0,"Domain":"sample string 2","AzavistaLink":"sample string 3","EventStartTime":"00:00:00.1234567","EventEndTime":"00:00:00.1234567","ShowBlockDiagramWorkForms":true,"IsOnePager":true,"LinkedToSynergie":true,"NumberOfStands":9,"ShowEvaluation":true,"EvaluationLink":"sample string 11","HideSpeakersApp":true,"AppleItunesAppId":"sample string 13","GooglePlayAppId":"sample string 14","PrimaryEventLocationGuid":"a499ac32-2010-450b-9241-02b31fdca1f5","FromEmailAddress":"sample string 15","FromEmailName":"sample string 16","ShowMenuAtTheBottom":true,"RegistrationButtonShow":true,"RegistrationButtonTitle":"sample string 19","RegistrationButtonMenuPosition":0,"BodyFontGuid":"3dd600a0-1e21-48ba-a35c-77f202ef0d9e","HeadingFontGuid":"beab7137-a4b3-45f4-93f8-815ff259e860","OpenGraphDescription":"sample string 20","GoogleAnalyticsId":"sample string 21","Language":"sample string 22","EventTopicGuid":"6e62d61e-d781-400f-9c6d-e3545f539445","VNGDescription":"sample string 23","VNGThemes":[{"Guid":"c16da8a2-99ca-4c9d-a992-ab91da3ff9c1","Name":"sample string 2"},{"Guid":"c16da8a2-99ca-4c9d-a992-ab91da3ff9c1","Name":"sample string 2"}],"MenuBackgroundColor":"sample string 24","MenuForegroundColor":"sample string 25","MenuForegroundColorHover":"sample string 26","Theme":"sample string 27","FallBackTheme":"sample string 28","Guid":"c8f123d7-0c82-4201-a822-5289282f1814","Created":"2026-06-27T00:10:27.971032+00:00","Modified":"2026-06-27T00:10:27.971032+00:00","Deleted":"2026-06-27T00:10:27.971032+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<EventViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Entity">
<ErrorMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-27T00:10:27.971032+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-27T00:10:27.971032+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">c8f123d7-0c82-4201-a822-5289282f1814</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-27T00:10:27.971032+00:00</Modified>
<AppleItunesAppId>sample string 13</AppleItunesAppId>
<AzavistaLink>sample string 3</AzavistaLink>
<BodyFontGuid>3dd600a0-1e21-48ba-a35c-77f202ef0d9e</BodyFontGuid>
<Domain>sample string 2</Domain>
<EvaluationLink>sample string 11</EvaluationLink>
<EventEndTime>PT0.1234567S</EventEndTime>
<EventPhase>Unassigned</EventPhase>
<EventStartTime>PT0.1234567S</EventStartTime>
<EventTopicGuid>6e62d61e-d781-400f-9c6d-e3545f539445</EventTopicGuid>
<FallBackTheme>sample string 28</FallBackTheme>
<FromEmailAddress>sample string 15</FromEmailAddress>
<FromEmailName>sample string 16</FromEmailName>
<GoogleAnalyticsId>sample string 21</GoogleAnalyticsId>
<GooglePlayAppId>sample string 14</GooglePlayAppId>
<HeadingFontGuid>beab7137-a4b3-45f4-93f8-815ff259e860</HeadingFontGuid>
<HideSpeakersApp>true</HideSpeakersApp>
<IsOnePager>true</IsOnePager>
<Language>sample string 22</Language>
<LinkedToSynergie>true</LinkedToSynergie>
<MenuBackgroundColor>sample string 24</MenuBackgroundColor>
<MenuForegroundColor>sample string 25</MenuForegroundColor>
<MenuForegroundColorHover>sample string 26</MenuForegroundColorHover>
<Name>sample string 1</Name>
<NumberOfStands>9</NumberOfStands>
<OpenGraphDescription>sample string 20</OpenGraphDescription>
<PrimaryEventLocationGuid>a499ac32-2010-450b-9241-02b31fdca1f5</PrimaryEventLocationGuid>
<RegistrationButtonMenuPosition>Unassigned</RegistrationButtonMenuPosition>
<RegistrationButtonShow>true</RegistrationButtonShow>
<RegistrationButtonTitle>sample string 19</RegistrationButtonTitle>
<ShowBlockDiagramWorkForms>true</ShowBlockDiagramWorkForms>
<ShowEvaluation>true</ShowEvaluation>
<ShowMenuAtTheBottom>true</ShowMenuAtTheBottom>
<Theme>sample string 27</Theme>
<VNGDescription>sample string 23</VNGDescription>
<VNGThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>c16da8a2-99ca-4c9d-a992-ab91da3ff9c1</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>c16da8a2-99ca-4c9d-a992-ab91da3ff9c1</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
</VNGThemes>
</EventViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EventViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| EventPhase | EventPhase |
None. |
|
| Domain | string |
None. |
|
| AzavistaLink | string |
None. |
|
| EventStartTime | time interval |
None. |
|
| EventEndTime | time interval |
None. |
|
| ShowBlockDiagramWorkForms | boolean |
None. |
|
| IsOnePager | boolean |
None. |
|
| LinkedToSynergie | boolean |
None. |
|
| NumberOfStands | integer |
None. |
|
| ShowEvaluation | boolean |
None. |
|
| EvaluationLink | string |
None. |
|
| HideSpeakersApp | boolean |
None. |
|
| AppleItunesAppId | string |
None. |
|
| GooglePlayAppId | string |
None. |
|
| PrimaryEventLocationGuid | globally unique identifier |
None. |
|
| FromEmailAddress | string |
None. |
|
| FromEmailName | string |
None. |
|
| ShowMenuAtTheBottom | boolean |
None. |
|
| RegistrationButtonShow | boolean |
None. |
|
| RegistrationButtonTitle | string |
None. |
|
| RegistrationButtonMenuPosition | RegistrationButtonMenuPosition |
None. |
|
| BodyFontGuid | globally unique identifier |
None. |
|
| HeadingFontGuid | globally unique identifier |
None. |
|
| OpenGraphDescription | string |
None. |
|
| GoogleAnalyticsId | string |
None. |
|
| Language | string |
None. |
|
| EventTopicGuid | globally unique identifier |
None. |
|
| VNGDescription | string |
None. |
|
| VNGThemes | Collection of GuidName |
None. |
|
| MenuBackgroundColor | string |
None. |
|
| MenuForegroundColor | string |
None. |
|
| MenuForegroundColorHover | string |
None. |
|
| Theme | string |
None. |
|
| FallBackTheme | string |
None. |
|
| Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"EventPhase": 0,
"Domain": "sample string 2",
"AzavistaLink": "sample string 3",
"EventStartTime": "00:00:00.1234567",
"EventEndTime": "00:00:00.1234567",
"ShowBlockDiagramWorkForms": true,
"IsOnePager": true,
"LinkedToSynergie": true,
"NumberOfStands": 9,
"ShowEvaluation": true,
"EvaluationLink": "sample string 11",
"HideSpeakersApp": true,
"AppleItunesAppId": "sample string 13",
"GooglePlayAppId": "sample string 14",
"PrimaryEventLocationGuid": "9b6cfc96-cb30-46b0-9fef-ccb2b6dd3923",
"FromEmailAddress": "sample string 15",
"FromEmailName": "sample string 16",
"ShowMenuAtTheBottom": true,
"RegistrationButtonShow": true,
"RegistrationButtonTitle": "sample string 19",
"RegistrationButtonMenuPosition": 0,
"BodyFontGuid": "6e9b6a3b-31ef-462c-8d5b-3366d741937e",
"HeadingFontGuid": "8923afa4-7aa9-4f4d-aee1-5f9c814c8956",
"OpenGraphDescription": "sample string 20",
"GoogleAnalyticsId": "sample string 21",
"Language": "sample string 22",
"EventTopicGuid": "400335c2-7f6b-4968-848d-0f4cd130179f",
"VNGDescription": "sample string 23",
"VNGThemes": [
{
"Guid": "10f8acd8-632a-46d2-a23e-86ab1c9161ec",
"Name": "sample string 2"
},
{
"Guid": "10f8acd8-632a-46d2-a23e-86ab1c9161ec",
"Name": "sample string 2"
}
],
"MenuBackgroundColor": "sample string 24",
"MenuForegroundColor": "sample string 25",
"MenuForegroundColorHover": "sample string 26",
"Theme": "sample string 27",
"FallBackTheme": "sample string 28",
"Guid": "7f0e543b-2088-4d84-959e-fd3e372f693a",
"Created": "2026-06-27T00:10:27.9866404+00:00",
"Modified": "2026-06-27T00:10:27.9866404+00:00",
"Deleted": "2026-06-27T00:10:27.9866404+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
application/octet-stream
Sample:
{"Name":"sample string 1","EventPhase":0,"Domain":"sample string 2","AzavistaLink":"sample string 3","EventStartTime":"00:00:00.1234567","EventEndTime":"00:00:00.1234567","ShowBlockDiagramWorkForms":true,"IsOnePager":true,"LinkedToSynergie":true,"NumberOfStands":9,"ShowEvaluation":true,"EvaluationLink":"sample string 11","HideSpeakersApp":true,"AppleItunesAppId":"sample string 13","GooglePlayAppId":"sample string 14","PrimaryEventLocationGuid":"9b6cfc96-cb30-46b0-9fef-ccb2b6dd3923","FromEmailAddress":"sample string 15","FromEmailName":"sample string 16","ShowMenuAtTheBottom":true,"RegistrationButtonShow":true,"RegistrationButtonTitle":"sample string 19","RegistrationButtonMenuPosition":0,"BodyFontGuid":"6e9b6a3b-31ef-462c-8d5b-3366d741937e","HeadingFontGuid":"8923afa4-7aa9-4f4d-aee1-5f9c814c8956","OpenGraphDescription":"sample string 20","GoogleAnalyticsId":"sample string 21","Language":"sample string 22","EventTopicGuid":"400335c2-7f6b-4968-848d-0f4cd130179f","VNGDescription":"sample string 23","VNGThemes":[{"Guid":"10f8acd8-632a-46d2-a23e-86ab1c9161ec","Name":"sample string 2"},{"Guid":"10f8acd8-632a-46d2-a23e-86ab1c9161ec","Name":"sample string 2"}],"MenuBackgroundColor":"sample string 24","MenuForegroundColor":"sample string 25","MenuForegroundColorHover":"sample string 26","Theme":"sample string 27","FallBackTheme":"sample string 28","Guid":"7f0e543b-2088-4d84-959e-fd3e372f693a","Created":"2026-06-27T00:10:27.9866404+00:00","Modified":"2026-06-27T00:10:27.9866404+00:00","Deleted":"2026-06-27T00:10:27.9866404+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<EventViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Entity">
<ErrorMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-27T00:10:27.9866404+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-27T00:10:27.9866404+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">7f0e543b-2088-4d84-959e-fd3e372f693a</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-27T00:10:27.9866404+00:00</Modified>
<AppleItunesAppId>sample string 13</AppleItunesAppId>
<AzavistaLink>sample string 3</AzavistaLink>
<BodyFontGuid>6e9b6a3b-31ef-462c-8d5b-3366d741937e</BodyFontGuid>
<Domain>sample string 2</Domain>
<EvaluationLink>sample string 11</EvaluationLink>
<EventEndTime>PT0.1234567S</EventEndTime>
<EventPhase>Unassigned</EventPhase>
<EventStartTime>PT0.1234567S</EventStartTime>
<EventTopicGuid>400335c2-7f6b-4968-848d-0f4cd130179f</EventTopicGuid>
<FallBackTheme>sample string 28</FallBackTheme>
<FromEmailAddress>sample string 15</FromEmailAddress>
<FromEmailName>sample string 16</FromEmailName>
<GoogleAnalyticsId>sample string 21</GoogleAnalyticsId>
<GooglePlayAppId>sample string 14</GooglePlayAppId>
<HeadingFontGuid>8923afa4-7aa9-4f4d-aee1-5f9c814c8956</HeadingFontGuid>
<HideSpeakersApp>true</HideSpeakersApp>
<IsOnePager>true</IsOnePager>
<Language>sample string 22</Language>
<LinkedToSynergie>true</LinkedToSynergie>
<MenuBackgroundColor>sample string 24</MenuBackgroundColor>
<MenuForegroundColor>sample string 25</MenuForegroundColor>
<MenuForegroundColorHover>sample string 26</MenuForegroundColorHover>
<Name>sample string 1</Name>
<NumberOfStands>9</NumberOfStands>
<OpenGraphDescription>sample string 20</OpenGraphDescription>
<PrimaryEventLocationGuid>9b6cfc96-cb30-46b0-9fef-ccb2b6dd3923</PrimaryEventLocationGuid>
<RegistrationButtonMenuPosition>Unassigned</RegistrationButtonMenuPosition>
<RegistrationButtonShow>true</RegistrationButtonShow>
<RegistrationButtonTitle>sample string 19</RegistrationButtonTitle>
<ShowBlockDiagramWorkForms>true</ShowBlockDiagramWorkForms>
<ShowEvaluation>true</ShowEvaluation>
<ShowMenuAtTheBottom>true</ShowMenuAtTheBottom>
<Theme>sample string 27</Theme>
<VNGDescription>sample string 23</VNGDescription>
<VNGThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>10f8acd8-632a-46d2-a23e-86ab1c9161ec</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>10f8acd8-632a-46d2-a23e-86ab1c9161ec</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
</VNGThemes>
</EventViewModel>