POST 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": "53c49566-f5e2-4ea5-b46d-b2e0909353ea",
"FromEmailAddress": "sample string 15",
"FromEmailName": "sample string 16",
"ShowMenuAtTheBottom": true,
"RegistrationButtonShow": true,
"RegistrationButtonTitle": "sample string 19",
"RegistrationButtonMenuPosition": 0,
"BodyFontGuid": "974d2c85-61cf-48fe-9518-d553a978fddd",
"HeadingFontGuid": "c7365c33-7e78-41b3-b4f9-f8d64e9cf2ed",
"OpenGraphDescription": "sample string 20",
"GoogleAnalyticsId": "sample string 21",
"Language": "sample string 22",
"EventTopicGuid": "931df16a-bb31-48a2-a74d-f44cda2f2828",
"VNGDescription": "sample string 23",
"VNGThemes": [
{
"Guid": "7e0b97fe-709d-4420-a618-f911aa88d878",
"Name": "sample string 2"
},
{
"Guid": "7e0b97fe-709d-4420-a618-f911aa88d878",
"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": "a3431e35-3125-40a3-9071-a68efffe8644",
"Created": "2026-01-26T03:29:31.9568342+00:00",
"Modified": "2026-01-26T03:29:31.9568342+00:00",
"Deleted": "2026-01-26T03:29:31.9568342+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":"53c49566-f5e2-4ea5-b46d-b2e0909353ea","FromEmailAddress":"sample string 15","FromEmailName":"sample string 16","ShowMenuAtTheBottom":true,"RegistrationButtonShow":true,"RegistrationButtonTitle":"sample string 19","RegistrationButtonMenuPosition":0,"BodyFontGuid":"974d2c85-61cf-48fe-9518-d553a978fddd","HeadingFontGuid":"c7365c33-7e78-41b3-b4f9-f8d64e9cf2ed","OpenGraphDescription":"sample string 20","GoogleAnalyticsId":"sample string 21","Language":"sample string 22","EventTopicGuid":"931df16a-bb31-48a2-a74d-f44cda2f2828","VNGDescription":"sample string 23","VNGThemes":[{"Guid":"7e0b97fe-709d-4420-a618-f911aa88d878","Name":"sample string 2"},{"Guid":"7e0b97fe-709d-4420-a618-f911aa88d878","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":"a3431e35-3125-40a3-9071-a68efffe8644","Created":"2026-01-26T03:29:31.9568342+00:00","Modified":"2026-01-26T03:29:31.9568342+00:00","Deleted":"2026-01-26T03:29:31.9568342+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-01-26T03:29:31.9568342+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-01-26T03:29:31.9568342+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">a3431e35-3125-40a3-9071-a68efffe8644</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-01-26T03:29:31.9568342+00:00</Modified>
<AppleItunesAppId>sample string 13</AppleItunesAppId>
<AzavistaLink>sample string 3</AzavistaLink>
<BodyFontGuid>974d2c85-61cf-48fe-9518-d553a978fddd</BodyFontGuid>
<Domain>sample string 2</Domain>
<EvaluationLink>sample string 11</EvaluationLink>
<EventEndTime>PT0.1234567S</EventEndTime>
<EventPhase>Unassigned</EventPhase>
<EventStartTime>PT0.1234567S</EventStartTime>
<EventTopicGuid>931df16a-bb31-48a2-a74d-f44cda2f2828</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>c7365c33-7e78-41b3-b4f9-f8d64e9cf2ed</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>53c49566-f5e2-4ea5-b46d-b2e0909353ea</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>7e0b97fe-709d-4420-a618-f911aa88d878</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>7e0b97fe-709d-4420-a618-f911aa88d878</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": "bb20a5e4-ed05-4cf6-bf6a-5d7f9bbd648f",
"FromEmailAddress": "sample string 15",
"FromEmailName": "sample string 16",
"ShowMenuAtTheBottom": true,
"RegistrationButtonShow": true,
"RegistrationButtonTitle": "sample string 19",
"RegistrationButtonMenuPosition": 0,
"BodyFontGuid": "4b42d641-f53b-4f67-8deb-db7643447de0",
"HeadingFontGuid": "19d25ab7-93d1-4394-8690-f49126efab22",
"OpenGraphDescription": "sample string 20",
"GoogleAnalyticsId": "sample string 21",
"Language": "sample string 22",
"EventTopicGuid": "5e13a166-6d10-4879-817e-71cf9f77c287",
"VNGDescription": "sample string 23",
"VNGThemes": [
{
"Guid": "df8d4840-4d6d-4cf0-82de-52882b90277e",
"Name": "sample string 2"
},
{
"Guid": "df8d4840-4d6d-4cf0-82de-52882b90277e",
"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": "cafd16fe-d63a-4381-a286-2c95219a161c",
"Created": "2026-01-26T03:29:31.9724179+00:00",
"Modified": "2026-01-26T03:29:31.9724179+00:00",
"Deleted": "2026-01-26T03:29:31.9724179+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":"bb20a5e4-ed05-4cf6-bf6a-5d7f9bbd648f","FromEmailAddress":"sample string 15","FromEmailName":"sample string 16","ShowMenuAtTheBottom":true,"RegistrationButtonShow":true,"RegistrationButtonTitle":"sample string 19","RegistrationButtonMenuPosition":0,"BodyFontGuid":"4b42d641-f53b-4f67-8deb-db7643447de0","HeadingFontGuid":"19d25ab7-93d1-4394-8690-f49126efab22","OpenGraphDescription":"sample string 20","GoogleAnalyticsId":"sample string 21","Language":"sample string 22","EventTopicGuid":"5e13a166-6d10-4879-817e-71cf9f77c287","VNGDescription":"sample string 23","VNGThemes":[{"Guid":"df8d4840-4d6d-4cf0-82de-52882b90277e","Name":"sample string 2"},{"Guid":"df8d4840-4d6d-4cf0-82de-52882b90277e","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":"cafd16fe-d63a-4381-a286-2c95219a161c","Created":"2026-01-26T03:29:31.9724179+00:00","Modified":"2026-01-26T03:29:31.9724179+00:00","Deleted":"2026-01-26T03:29:31.9724179+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-01-26T03:29:31.9724179+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-01-26T03:29:31.9724179+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">cafd16fe-d63a-4381-a286-2c95219a161c</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-01-26T03:29:31.9724179+00:00</Modified>
<AppleItunesAppId>sample string 13</AppleItunesAppId>
<AzavistaLink>sample string 3</AzavistaLink>
<BodyFontGuid>4b42d641-f53b-4f67-8deb-db7643447de0</BodyFontGuid>
<Domain>sample string 2</Domain>
<EvaluationLink>sample string 11</EvaluationLink>
<EventEndTime>PT0.1234567S</EventEndTime>
<EventPhase>Unassigned</EventPhase>
<EventStartTime>PT0.1234567S</EventStartTime>
<EventTopicGuid>5e13a166-6d10-4879-817e-71cf9f77c287</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>19d25ab7-93d1-4394-8690-f49126efab22</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>bb20a5e4-ed05-4cf6-bf6a-5d7f9bbd648f</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>df8d4840-4d6d-4cf0-82de-52882b90277e</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>df8d4840-4d6d-4cf0-82de-52882b90277e</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
</VNGThemes>
</EventViewModel>