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": "7c3a6f57-8ec2-41ad-8c9e-7991217155f3",
"EventLocationGuid": "a8b2777c-2954-4ad8-922d-6dc8533f02cb",
"ParentGuid": "882d8ffb-f998-496e-bc8c-cf81e3a40946",
"EventThemes": [
{
"Guid": "851d39ad-0a1f-403a-90fc-e344a62ffd60",
"Name": "sample string 2"
},
{
"Guid": "851d39ad-0a1f-403a-90fc-e344a62ffd60",
"Name": "sample string 2"
}
],
"ContributionGuid": "295a1ddb-d611-40fb-aaec-457716f84213",
"Accessibility": true,
"Guid": "9a9e2183-bdd5-4dda-847a-68d06b796ee8",
"Created": "2026-07-23T23:38:30.1429694+00:00",
"Modified": "2026-07-23T23:38:30.1429694+00:00",
"Deleted": "2026-07-23T23:38:30.1429694+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":"7c3a6f57-8ec2-41ad-8c9e-7991217155f3","EventLocationGuid":"a8b2777c-2954-4ad8-922d-6dc8533f02cb","ParentGuid":"882d8ffb-f998-496e-bc8c-cf81e3a40946","EventThemes":[{"Guid":"851d39ad-0a1f-403a-90fc-e344a62ffd60","Name":"sample string 2"},{"Guid":"851d39ad-0a1f-403a-90fc-e344a62ffd60","Name":"sample string 2"}],"ContributionGuid":"295a1ddb-d611-40fb-aaec-457716f84213","Accessibility":true,"Guid":"9a9e2183-bdd5-4dda-847a-68d06b796ee8","Created":"2026-07-23T23:38:30.1429694+00:00","Modified":"2026-07-23T23:38:30.1429694+00:00","Deleted":"2026-07-23T23:38:30.1429694+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-07-23T23:38:30.1429694+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-23T23:38:30.1429694+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">9a9e2183-bdd5-4dda-847a-68d06b796ee8</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-23T23:38:30.1429694+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>295a1ddb-d611-40fb-aaec-457716f84213</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>7c3a6f57-8ec2-41ad-8c9e-7991217155f3</EventGuid>
<EventLocationGuid>a8b2777c-2954-4ad8-922d-6dc8533f02cb</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>851d39ad-0a1f-403a-90fc-e344a62ffd60</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>851d39ad-0a1f-403a-90fc-e344a62ffd60</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>882d8ffb-f998-496e-bc8c-cf81e3a40946</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": "7a98797d-2fb6-4c34-a433-ccd86d4c5d3e",
"EventLocationGuid": "ff48886c-f1f7-4cf0-98ba-2847a2ab1a07",
"ParentGuid": "ee316eb0-036d-414c-b29c-36cd4cfb917a",
"EventThemes": [
{
"Guid": "8d4abcf8-c2af-48f6-b986-a17d248abe9e",
"Name": "sample string 2"
},
{
"Guid": "8d4abcf8-c2af-48f6-b986-a17d248abe9e",
"Name": "sample string 2"
}
],
"ContributionGuid": "a3a3b02d-2d92-48eb-9788-36d26288dd9a",
"Accessibility": true,
"Guid": "3b65e77c-09dc-4775-a2ce-1a250fac891d",
"Created": "2026-07-23T23:38:30.1429694+00:00",
"Modified": "2026-07-23T23:38:30.1429694+00:00",
"Deleted": "2026-07-23T23:38:30.1429694+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":"7a98797d-2fb6-4c34-a433-ccd86d4c5d3e","EventLocationGuid":"ff48886c-f1f7-4cf0-98ba-2847a2ab1a07","ParentGuid":"ee316eb0-036d-414c-b29c-36cd4cfb917a","EventThemes":[{"Guid":"8d4abcf8-c2af-48f6-b986-a17d248abe9e","Name":"sample string 2"},{"Guid":"8d4abcf8-c2af-48f6-b986-a17d248abe9e","Name":"sample string 2"}],"ContributionGuid":"a3a3b02d-2d92-48eb-9788-36d26288dd9a","Accessibility":true,"Guid":"3b65e77c-09dc-4775-a2ce-1a250fac891d","Created":"2026-07-23T23:38:30.1429694+00:00","Modified":"2026-07-23T23:38:30.1429694+00:00","Deleted":"2026-07-23T23:38:30.1429694+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-07-23T23:38:30.1429694+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-23T23:38:30.1429694+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">3b65e77c-09dc-4775-a2ce-1a250fac891d</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-23T23:38:30.1429694+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>a3a3b02d-2d92-48eb-9788-36d26288dd9a</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>7a98797d-2fb6-4c34-a433-ccd86d4c5d3e</EventGuid>
<EventLocationGuid>ff48886c-f1f7-4cf0-98ba-2847a2ab1a07</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>8d4abcf8-c2af-48f6-b986-a17d248abe9e</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>8d4abcf8-c2af-48f6-b986-a17d248abe9e</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>ee316eb0-036d-414c-b29c-36cd4cfb917a</ParentGuid>
<SessionNumber>sample string 8</SessionNumber>
<Url>sample string 6</Url>
</ActivityViewModel>