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": "e91218de-9421-4bd7-9953-32fd1afaff0a",
"EventLocationGuid": "b8d5c9b3-968c-4a76-8733-8e3e5c80cede",
"ParentGuid": "58e21713-a4c2-45ab-ac19-8b2f89a11ca3",
"EventThemes": [
{
"Guid": "0f73a6ea-f6fb-4d0a-b4da-d575367eb4dc",
"Name": "sample string 2"
},
{
"Guid": "0f73a6ea-f6fb-4d0a-b4da-d575367eb4dc",
"Name": "sample string 2"
}
],
"ContributionGuid": "95f16c6e-f2dd-4f79-9e00-78f135c12dd9",
"Accessibility": true,
"Guid": "534b7fef-1b3b-44bc-b1b8-e0baa05ed9c1",
"Created": "2026-02-20T22:16:49.0352635+00:00",
"Modified": "2026-02-20T22:16:49.0352635+00:00",
"Deleted": "2026-02-20T22:16:49.0352635+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":"e91218de-9421-4bd7-9953-32fd1afaff0a","EventLocationGuid":"b8d5c9b3-968c-4a76-8733-8e3e5c80cede","ParentGuid":"58e21713-a4c2-45ab-ac19-8b2f89a11ca3","EventThemes":[{"Guid":"0f73a6ea-f6fb-4d0a-b4da-d575367eb4dc","Name":"sample string 2"},{"Guid":"0f73a6ea-f6fb-4d0a-b4da-d575367eb4dc","Name":"sample string 2"}],"ContributionGuid":"95f16c6e-f2dd-4f79-9e00-78f135c12dd9","Accessibility":true,"Guid":"534b7fef-1b3b-44bc-b1b8-e0baa05ed9c1","Created":"2026-02-20T22:16:49.0352635+00:00","Modified":"2026-02-20T22:16:49.0352635+00:00","Deleted":"2026-02-20T22:16:49.0352635+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-02-20T22:16:49.0352635+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-20T22:16:49.0352635+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">534b7fef-1b3b-44bc-b1b8-e0baa05ed9c1</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-20T22:16:49.0352635+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>95f16c6e-f2dd-4f79-9e00-78f135c12dd9</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>e91218de-9421-4bd7-9953-32fd1afaff0a</EventGuid>
<EventLocationGuid>b8d5c9b3-968c-4a76-8733-8e3e5c80cede</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>0f73a6ea-f6fb-4d0a-b4da-d575367eb4dc</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>0f73a6ea-f6fb-4d0a-b4da-d575367eb4dc</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>58e21713-a4c2-45ab-ac19-8b2f89a11ca3</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": "7f1b7c54-33d3-47ab-9c4d-358d9d894215",
"EventLocationGuid": "19e3d71d-3f75-4fd8-b7d3-18258519f28b",
"ParentGuid": "f238c2cb-e70d-4f50-943c-1005d743dd74",
"EventThemes": [
{
"Guid": "307822c3-32a5-49d5-9bf9-b9a33003dbe4",
"Name": "sample string 2"
},
{
"Guid": "307822c3-32a5-49d5-9bf9-b9a33003dbe4",
"Name": "sample string 2"
}
],
"ContributionGuid": "e9e36c03-56c3-477c-84e4-098ed1affbdc",
"Accessibility": true,
"Guid": "37f39ffc-d0dd-42cf-bdd3-e7ca144005d0",
"Created": "2026-02-20T22:16:49.0352635+00:00",
"Modified": "2026-02-20T22:16:49.0352635+00:00",
"Deleted": "2026-02-20T22:16:49.0352635+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":"7f1b7c54-33d3-47ab-9c4d-358d9d894215","EventLocationGuid":"19e3d71d-3f75-4fd8-b7d3-18258519f28b","ParentGuid":"f238c2cb-e70d-4f50-943c-1005d743dd74","EventThemes":[{"Guid":"307822c3-32a5-49d5-9bf9-b9a33003dbe4","Name":"sample string 2"},{"Guid":"307822c3-32a5-49d5-9bf9-b9a33003dbe4","Name":"sample string 2"}],"ContributionGuid":"e9e36c03-56c3-477c-84e4-098ed1affbdc","Accessibility":true,"Guid":"37f39ffc-d0dd-42cf-bdd3-e7ca144005d0","Created":"2026-02-20T22:16:49.0352635+00:00","Modified":"2026-02-20T22:16:49.0352635+00:00","Deleted":"2026-02-20T22:16:49.0352635+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-02-20T22:16:49.0352635+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-20T22:16:49.0352635+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">37f39ffc-d0dd-42cf-bdd3-e7ca144005d0</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-02-20T22:16:49.0352635+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>e9e36c03-56c3-477c-84e4-098ed1affbdc</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>7f1b7c54-33d3-47ab-9c4d-358d9d894215</EventGuid>
<EventLocationGuid>19e3d71d-3f75-4fd8-b7d3-18258519f28b</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>307822c3-32a5-49d5-9bf9-b9a33003dbe4</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>307822c3-32a5-49d5-9bf9-b9a33003dbe4</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>f238c2cb-e70d-4f50-943c-1005d743dd74</ParentGuid>
<SessionNumber>sample string 8</SessionNumber>
<Url>sample string 6</Url>
</ActivityViewModel>