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": "72ac59eb-e069-4792-88ec-264b1302c8dd",
"EventLocationGuid": "2c08bf30-c19b-421e-9d43-7a0565636c1f",
"ParentGuid": "152a8c49-b429-455d-b7db-86c5cb22c6cb",
"EventThemes": [
{
"Guid": "49a84cb4-9b5f-4a7a-b727-8ca0284e221d",
"Name": "sample string 2"
},
{
"Guid": "49a84cb4-9b5f-4a7a-b727-8ca0284e221d",
"Name": "sample string 2"
}
],
"ContributionGuid": "6713c726-60a1-4ecc-b5b8-716b149fba42",
"Accessibility": true,
"Guid": "04629e85-4334-459e-94db-131ceb2740fc",
"Created": "2026-06-26T23:55:34.9574295+00:00",
"Modified": "2026-06-26T23:55:34.9574295+00:00",
"Deleted": "2026-06-26T23:55:34.9574295+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":"72ac59eb-e069-4792-88ec-264b1302c8dd","EventLocationGuid":"2c08bf30-c19b-421e-9d43-7a0565636c1f","ParentGuid":"152a8c49-b429-455d-b7db-86c5cb22c6cb","EventThemes":[{"Guid":"49a84cb4-9b5f-4a7a-b727-8ca0284e221d","Name":"sample string 2"},{"Guid":"49a84cb4-9b5f-4a7a-b727-8ca0284e221d","Name":"sample string 2"}],"ContributionGuid":"6713c726-60a1-4ecc-b5b8-716b149fba42","Accessibility":true,"Guid":"04629e85-4334-459e-94db-131ceb2740fc","Created":"2026-06-26T23:55:34.9574295+00:00","Modified":"2026-06-26T23:55:34.9574295+00:00","Deleted":"2026-06-26T23:55:34.9574295+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-06-26T23:55:34.9574295+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-26T23:55:34.9574295+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">04629e85-4334-459e-94db-131ceb2740fc</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-26T23:55:34.9574295+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>6713c726-60a1-4ecc-b5b8-716b149fba42</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>72ac59eb-e069-4792-88ec-264b1302c8dd</EventGuid>
<EventLocationGuid>2c08bf30-c19b-421e-9d43-7a0565636c1f</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>49a84cb4-9b5f-4a7a-b727-8ca0284e221d</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>49a84cb4-9b5f-4a7a-b727-8ca0284e221d</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>152a8c49-b429-455d-b7db-86c5cb22c6cb</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": "9145a35a-c753-483d-9890-e80be40dd263",
"EventLocationGuid": "42886249-13ab-434b-8629-39357b17dddd",
"ParentGuid": "98988756-cb74-4060-9fca-2701e0057e68",
"EventThemes": [
{
"Guid": "15437a1d-f2e9-4bc3-b046-83bacb456b4d",
"Name": "sample string 2"
},
{
"Guid": "15437a1d-f2e9-4bc3-b046-83bacb456b4d",
"Name": "sample string 2"
}
],
"ContributionGuid": "243fba64-f9bd-4027-9b24-26a9974978cd",
"Accessibility": true,
"Guid": "3e2e92e9-6763-45ae-a6d6-aa168532cf37",
"Created": "2026-06-26T23:55:34.9730529+00:00",
"Modified": "2026-06-26T23:55:34.9730529+00:00",
"Deleted": "2026-06-26T23:55:34.9730529+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":"9145a35a-c753-483d-9890-e80be40dd263","EventLocationGuid":"42886249-13ab-434b-8629-39357b17dddd","ParentGuid":"98988756-cb74-4060-9fca-2701e0057e68","EventThemes":[{"Guid":"15437a1d-f2e9-4bc3-b046-83bacb456b4d","Name":"sample string 2"},{"Guid":"15437a1d-f2e9-4bc3-b046-83bacb456b4d","Name":"sample string 2"}],"ContributionGuid":"243fba64-f9bd-4027-9b24-26a9974978cd","Accessibility":true,"Guid":"3e2e92e9-6763-45ae-a6d6-aa168532cf37","Created":"2026-06-26T23:55:34.9730529+00:00","Modified":"2026-06-26T23:55:34.9730529+00:00","Deleted":"2026-06-26T23:55:34.9730529+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-06-26T23:55:34.9730529+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-26T23:55:34.9730529+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">3e2e92e9-6763-45ae-a6d6-aa168532cf37</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-06-26T23:55:34.9730529+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>243fba64-f9bd-4027-9b24-26a9974978cd</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>9145a35a-c753-483d-9890-e80be40dd263</EventGuid>
<EventLocationGuid>42886249-13ab-434b-8629-39357b17dddd</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>15437a1d-f2e9-4bc3-b046-83bacb456b4d</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>15437a1d-f2e9-4bc3-b046-83bacb456b4d</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>98988756-cb74-4060-9fca-2701e0057e68</ParentGuid>
<SessionNumber>sample string 8</SessionNumber>
<Url>sample string 6</Url>
</ActivityViewModel>