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": "5cbfb40c-b4e7-426d-a02d-a0f443a14082",
"EventLocationGuid": "4251787c-769e-4180-9cb7-d3ad85542772",
"ParentGuid": "6ee9df5c-6b24-4b16-b28a-cd445921c577",
"EventThemes": [
{
"Guid": "eeaaa287-2eb3-46f6-a84e-7d5eeb1552c2",
"Name": "sample string 2"
},
{
"Guid": "eeaaa287-2eb3-46f6-a84e-7d5eeb1552c2",
"Name": "sample string 2"
}
],
"ContributionGuid": "60745ee9-830d-4761-a332-4e82c00bf38b",
"Accessibility": true,
"Guid": "b618b2a4-b25a-4cbf-b1ce-2ce7354461e8",
"Created": "2026-07-03T23:28:22.7406473+00:00",
"Modified": "2026-07-03T23:28:22.7406473+00:00",
"Deleted": "2026-07-03T23:28:22.7406473+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":"5cbfb40c-b4e7-426d-a02d-a0f443a14082","EventLocationGuid":"4251787c-769e-4180-9cb7-d3ad85542772","ParentGuid":"6ee9df5c-6b24-4b16-b28a-cd445921c577","EventThemes":[{"Guid":"eeaaa287-2eb3-46f6-a84e-7d5eeb1552c2","Name":"sample string 2"},{"Guid":"eeaaa287-2eb3-46f6-a84e-7d5eeb1552c2","Name":"sample string 2"}],"ContributionGuid":"60745ee9-830d-4761-a332-4e82c00bf38b","Accessibility":true,"Guid":"b618b2a4-b25a-4cbf-b1ce-2ce7354461e8","Created":"2026-07-03T23:28:22.7406473+00:00","Modified":"2026-07-03T23:28:22.7406473+00:00","Deleted":"2026-07-03T23:28:22.7406473+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-03T23:28:22.7406473+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-03T23:28:22.7406473+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">b618b2a4-b25a-4cbf-b1ce-2ce7354461e8</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-03T23:28:22.7406473+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>60745ee9-830d-4761-a332-4e82c00bf38b</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>5cbfb40c-b4e7-426d-a02d-a0f443a14082</EventGuid>
<EventLocationGuid>4251787c-769e-4180-9cb7-d3ad85542772</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>eeaaa287-2eb3-46f6-a84e-7d5eeb1552c2</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>eeaaa287-2eb3-46f6-a84e-7d5eeb1552c2</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>6ee9df5c-6b24-4b16-b28a-cd445921c577</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": "54bbc9ac-2d04-444c-980b-6c5a67d8de66",
"EventLocationGuid": "418faf1b-ecf4-42c5-a19b-e667c4fe9274",
"ParentGuid": "4b527df2-7d1d-4000-be3d-723a660a34c5",
"EventThemes": [
{
"Guid": "6ca3d9d6-6045-4429-9bd4-b8ded6375fba",
"Name": "sample string 2"
},
{
"Guid": "6ca3d9d6-6045-4429-9bd4-b8ded6375fba",
"Name": "sample string 2"
}
],
"ContributionGuid": "617c3c71-cf98-4a36-9fe1-996ff5bd1ec8",
"Accessibility": true,
"Guid": "7c8497cc-ae3d-4533-8b4d-368e4116380c",
"Created": "2026-07-03T23:28:22.7406473+00:00",
"Modified": "2026-07-03T23:28:22.7406473+00:00",
"Deleted": "2026-07-03T23:28:22.7406473+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":"54bbc9ac-2d04-444c-980b-6c5a67d8de66","EventLocationGuid":"418faf1b-ecf4-42c5-a19b-e667c4fe9274","ParentGuid":"4b527df2-7d1d-4000-be3d-723a660a34c5","EventThemes":[{"Guid":"6ca3d9d6-6045-4429-9bd4-b8ded6375fba","Name":"sample string 2"},{"Guid":"6ca3d9d6-6045-4429-9bd4-b8ded6375fba","Name":"sample string 2"}],"ContributionGuid":"617c3c71-cf98-4a36-9fe1-996ff5bd1ec8","Accessibility":true,"Guid":"7c8497cc-ae3d-4533-8b4d-368e4116380c","Created":"2026-07-03T23:28:22.7406473+00:00","Modified":"2026-07-03T23:28:22.7406473+00:00","Deleted":"2026-07-03T23:28:22.7406473+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-03T23:28:22.7406473+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-03T23:28:22.7406473+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">7c8497cc-ae3d-4533-8b4d-368e4116380c</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-07-03T23:28:22.7406473+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>617c3c71-cf98-4a36-9fe1-996ff5bd1ec8</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>54bbc9ac-2d04-444c-980b-6c5a67d8de66</EventGuid>
<EventLocationGuid>418faf1b-ecf4-42c5-a19b-e667c4fe9274</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>6ca3d9d6-6045-4429-9bd4-b8ded6375fba</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>6ca3d9d6-6045-4429-9bd4-b8ded6375fba</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>4b527df2-7d1d-4000-be3d-723a660a34c5</ParentGuid>
<SessionNumber>sample string 8</SessionNumber>
<Url>sample string 6</Url>
</ActivityViewModel>