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": "e5137b64-ae89-490c-8035-5219404b5a6d",
"EventLocationGuid": "17eef707-c936-49ea-952c-03f93769e479",
"ParentGuid": "a6e23416-e940-40fc-9827-70927180db93",
"EventThemes": [
{
"Guid": "cb8d36a7-7488-4cbd-9b4f-9da901957d2b",
"Name": "sample string 2"
},
{
"Guid": "cb8d36a7-7488-4cbd-9b4f-9da901957d2b",
"Name": "sample string 2"
}
],
"ContributionGuid": "bd72aeff-d214-463a-b1e0-b280440c9679",
"Accessibility": true,
"Guid": "5eb28557-2fc2-4695-abdc-3e5764f6cd33",
"Created": "2025-12-07T14:44:49.5426195+00:00",
"Modified": "2025-12-07T14:44:49.5426195+00:00",
"Deleted": "2025-12-07T14:44:49.5426195+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":"e5137b64-ae89-490c-8035-5219404b5a6d","EventLocationGuid":"17eef707-c936-49ea-952c-03f93769e479","ParentGuid":"a6e23416-e940-40fc-9827-70927180db93","EventThemes":[{"Guid":"cb8d36a7-7488-4cbd-9b4f-9da901957d2b","Name":"sample string 2"},{"Guid":"cb8d36a7-7488-4cbd-9b4f-9da901957d2b","Name":"sample string 2"}],"ContributionGuid":"bd72aeff-d214-463a-b1e0-b280440c9679","Accessibility":true,"Guid":"5eb28557-2fc2-4695-abdc-3e5764f6cd33","Created":"2025-12-07T14:44:49.5426195+00:00","Modified":"2025-12-07T14:44:49.5426195+00:00","Deleted":"2025-12-07T14:44:49.5426195+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">2025-12-07T14:44:49.5426195+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-12-07T14:44:49.5426195+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">5eb28557-2fc2-4695-abdc-3e5764f6cd33</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-12-07T14:44:49.5426195+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>bd72aeff-d214-463a-b1e0-b280440c9679</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>e5137b64-ae89-490c-8035-5219404b5a6d</EventGuid>
<EventLocationGuid>17eef707-c936-49ea-952c-03f93769e479</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>cb8d36a7-7488-4cbd-9b4f-9da901957d2b</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>cb8d36a7-7488-4cbd-9b4f-9da901957d2b</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>a6e23416-e940-40fc-9827-70927180db93</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": "b565b2ca-3fee-4730-96cf-bedc08dca0b0",
"EventLocationGuid": "04290e18-58bf-42d4-a320-879cd5603ec5",
"ParentGuid": "292dcd02-c9b2-42e4-a4a9-ff344c329c4f",
"EventThemes": [
{
"Guid": "e0e40821-7e01-4e0a-8977-9f39db52657f",
"Name": "sample string 2"
},
{
"Guid": "e0e40821-7e01-4e0a-8977-9f39db52657f",
"Name": "sample string 2"
}
],
"ContributionGuid": "f371e689-28ea-4373-aee1-a0c6e4d53ebd",
"Accessibility": true,
"Guid": "01d5b439-9562-4b7a-9472-8ae03191cd85",
"Created": "2025-12-07T14:44:49.5426195+00:00",
"Modified": "2025-12-07T14:44:49.5426195+00:00",
"Deleted": "2025-12-07T14:44:49.5426195+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":"b565b2ca-3fee-4730-96cf-bedc08dca0b0","EventLocationGuid":"04290e18-58bf-42d4-a320-879cd5603ec5","ParentGuid":"292dcd02-c9b2-42e4-a4a9-ff344c329c4f","EventThemes":[{"Guid":"e0e40821-7e01-4e0a-8977-9f39db52657f","Name":"sample string 2"},{"Guid":"e0e40821-7e01-4e0a-8977-9f39db52657f","Name":"sample string 2"}],"ContributionGuid":"f371e689-28ea-4373-aee1-a0c6e4d53ebd","Accessibility":true,"Guid":"01d5b439-9562-4b7a-9472-8ae03191cd85","Created":"2025-12-07T14:44:49.5426195+00:00","Modified":"2025-12-07T14:44:49.5426195+00:00","Deleted":"2025-12-07T14:44:49.5426195+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">2025-12-07T14:44:49.5426195+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-12-07T14:44:49.5426195+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">01d5b439-9562-4b7a-9472-8ae03191cd85</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2025-12-07T14:44:49.5426195+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>f371e689-28ea-4373-aee1-a0c6e4d53ebd</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>b565b2ca-3fee-4730-96cf-bedc08dca0b0</EventGuid>
<EventLocationGuid>04290e18-58bf-42d4-a320-879cd5603ec5</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>e0e40821-7e01-4e0a-8977-9f39db52657f</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>e0e40821-7e01-4e0a-8977-9f39db52657f</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>292dcd02-c9b2-42e4-a4a9-ff344c329c4f</ParentGuid>
<SessionNumber>sample string 8</SessionNumber>
<Url>sample string 6</Url>
</ActivityViewModel>