POST v1/Activity
Request Information
URI Parameters
None.
Body Parameters
ActivityViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Nr | integer |
None. |
|
| IsFull | boolean |
None. |
|
| IsCanceled | boolean |
None. |
|
| Url | string |
None. |
|
| HideRating | boolean |
None. |
|
| SessionNumber | string |
None. |
|
| HidePicture | boolean |
None. |
|
| DisplayTypeId | byte |
None. |
|
| EventGuid | globally unique identifier |
None. |
|
| EventLocationGuid | globally unique identifier |
None. |
|
| ParentGuid | globally unique identifier |
None. |
|
| EventThemes | Collection of GuidName |
None. |
|
| ContributionGuid | globally unique identifier |
None. |
|
| Accessibility | boolean |
None. |
|
| Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Description": "sample string 2",
"Nr": 3,
"IsFull": true,
"IsCanceled": true,
"Url": "sample string 6",
"HideRating": true,
"SessionNumber": "sample string 8",
"HidePicture": true,
"DisplayTypeId": 64,
"EventGuid": "c099e15f-4217-4700-906c-7c9bec783353",
"EventLocationGuid": "20833d5a-4378-454d-8419-450d816e6c09",
"ParentGuid": "0f358e48-d705-4554-8ab4-b03c860ed3a8",
"EventThemes": [
{
"Guid": "60704a53-aea8-4668-945b-76fb5f3a86cc",
"Name": "sample string 2"
},
{
"Guid": "60704a53-aea8-4668-945b-76fb5f3a86cc",
"Name": "sample string 2"
}
],
"ContributionGuid": "412a290e-8588-4538-83db-3a1d4b846ec9",
"Accessibility": true,
"Guid": "34a18171-5977-4f8f-bdd9-7fe8382cb613",
"Created": "2026-05-17T17:44:21.9741384+00:00",
"Modified": "2026-05-17T17:44:21.9741384+00:00",
"Deleted": "2026-05-17T17:44:21.9741384+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","Description":"sample string 2","Nr":3,"IsFull":true,"IsCanceled":true,"Url":"sample string 6","HideRating":true,"SessionNumber":"sample string 8","HidePicture":true,"DisplayTypeId":64,"EventGuid":"c099e15f-4217-4700-906c-7c9bec783353","EventLocationGuid":"20833d5a-4378-454d-8419-450d816e6c09","ParentGuid":"0f358e48-d705-4554-8ab4-b03c860ed3a8","EventThemes":[{"Guid":"60704a53-aea8-4668-945b-76fb5f3a86cc","Name":"sample string 2"},{"Guid":"60704a53-aea8-4668-945b-76fb5f3a86cc","Name":"sample string 2"}],"ContributionGuid":"412a290e-8588-4538-83db-3a1d4b846ec9","Accessibility":true,"Guid":"34a18171-5977-4f8f-bdd9-7fe8382cb613","Created":"2026-05-17T17:44:21.9741384+00:00","Modified":"2026-05-17T17:44:21.9741384+00:00","Deleted":"2026-05-17T17:44:21.9741384+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<ActivityViewModel 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-05-17T17:44:21.9741384+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-17T17:44:21.9741384+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">34a18171-5977-4f8f-bdd9-7fe8382cb613</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-17T17:44:21.9741384+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>412a290e-8588-4538-83db-3a1d4b846ec9</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>c099e15f-4217-4700-906c-7c9bec783353</EventGuid>
<EventLocationGuid>20833d5a-4378-454d-8419-450d816e6c09</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>60704a53-aea8-4668-945b-76fb5f3a86cc</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>60704a53-aea8-4668-945b-76fb5f3a86cc</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
</EventThemes>
<HidePicture>true</HidePicture>
<HideRating>true</HideRating>
<IsCanceled>true</IsCanceled>
<IsFull>true</IsFull>
<Name>sample string 1</Name>
<Nr>3</Nr>
<ParentGuid>0f358e48-d705-4554-8ab4-b03c860ed3a8</ParentGuid>
<SessionNumber>sample string 8</SessionNumber>
<Url>sample string 6</Url>
</ActivityViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ActivityViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Nr | integer |
None. |
|
| IsFull | boolean |
None. |
|
| IsCanceled | boolean |
None. |
|
| Url | string |
None. |
|
| HideRating | boolean |
None. |
|
| SessionNumber | string |
None. |
|
| HidePicture | boolean |
None. |
|
| DisplayTypeId | byte |
None. |
|
| EventGuid | globally unique identifier |
None. |
|
| EventLocationGuid | globally unique identifier |
None. |
|
| ParentGuid | globally unique identifier |
None. |
|
| EventThemes | Collection of GuidName |
None. |
|
| ContributionGuid | globally unique identifier |
None. |
|
| Accessibility | boolean |
None. |
|
| Guid | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Description": "sample string 2",
"Nr": 3,
"IsFull": true,
"IsCanceled": true,
"Url": "sample string 6",
"HideRating": true,
"SessionNumber": "sample string 8",
"HidePicture": true,
"DisplayTypeId": 64,
"EventGuid": "742b2b79-d0fc-42aa-a909-de82714fd113",
"EventLocationGuid": "e35063e7-f3d7-4450-a6a4-c2e4b0392ecd",
"ParentGuid": "c6b83be2-7c2f-44a7-a647-b63aeaf0d11b",
"EventThemes": [
{
"Guid": "9b54e0a8-24b1-4724-a56e-cfd211efdd98",
"Name": "sample string 2"
},
{
"Guid": "9b54e0a8-24b1-4724-a56e-cfd211efdd98",
"Name": "sample string 2"
}
],
"ContributionGuid": "3596ec0c-2aac-4198-89af-45b263c1227d",
"Accessibility": true,
"Guid": "8ac8b628-4296-486e-9a18-40b573d3c473",
"Created": "2026-05-17T17:44:21.9741384+00:00",
"Modified": "2026-05-17T17:44:21.9741384+00:00",
"Deleted": "2026-05-17T17:44:21.9741384+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","Description":"sample string 2","Nr":3,"IsFull":true,"IsCanceled":true,"Url":"sample string 6","HideRating":true,"SessionNumber":"sample string 8","HidePicture":true,"DisplayTypeId":64,"EventGuid":"742b2b79-d0fc-42aa-a909-de82714fd113","EventLocationGuid":"e35063e7-f3d7-4450-a6a4-c2e4b0392ecd","ParentGuid":"c6b83be2-7c2f-44a7-a647-b63aeaf0d11b","EventThemes":[{"Guid":"9b54e0a8-24b1-4724-a56e-cfd211efdd98","Name":"sample string 2"},{"Guid":"9b54e0a8-24b1-4724-a56e-cfd211efdd98","Name":"sample string 2"}],"ContributionGuid":"3596ec0c-2aac-4198-89af-45b263c1227d","Accessibility":true,"Guid":"8ac8b628-4296-486e-9a18-40b573d3c473","Created":"2026-05-17T17:44:21.9741384+00:00","Modified":"2026-05-17T17:44:21.9741384+00:00","Deleted":"2026-05-17T17:44:21.9741384+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}
application/xml, text/xml
Sample:
<ActivityViewModel 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-05-17T17:44:21.9741384+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-17T17:44:21.9741384+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">8ac8b628-4296-486e-9a18-40b573d3c473</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-17T17:44:21.9741384+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>3596ec0c-2aac-4198-89af-45b263c1227d</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>742b2b79-d0fc-42aa-a909-de82714fd113</EventGuid>
<EventLocationGuid>e35063e7-f3d7-4450-a6a4-c2e4b0392ecd</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>9b54e0a8-24b1-4724-a56e-cfd211efdd98</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>9b54e0a8-24b1-4724-a56e-cfd211efdd98</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
</EventThemes>
<HidePicture>true</HidePicture>
<HideRating>true</HideRating>
<IsCanceled>true</IsCanceled>
<IsFull>true</IsFull>
<Name>sample string 1</Name>
<Nr>3</Nr>
<ParentGuid>c6b83be2-7c2f-44a7-a647-b63aeaf0d11b</ParentGuid>
<SessionNumber>sample string 8</SessionNumber>
<Url>sample string 6</Url>
</ActivityViewModel>