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": "57e5c102-bbee-447d-9ded-4ba86a2e4afc",
"EventLocationGuid": "7a6b1195-2a42-4a74-bbcb-7fbab59e30d1",
"ParentGuid": "a3726006-6625-4d11-b3c5-4d31d9676ac6",
"EventThemes": [
{
"Guid": "d02f4d7a-6706-41cf-b038-410833d71855",
"Name": "sample string 2"
},
{
"Guid": "d02f4d7a-6706-41cf-b038-410833d71855",
"Name": "sample string 2"
}
],
"ContributionGuid": "9f5a25b1-604e-485c-aca1-35eeeba0894c",
"Accessibility": true,
"Guid": "55c16030-fceb-4bd7-880b-0068611e928e",
"Created": "2026-03-29T20:44:33.531614+00:00",
"Modified": "2026-03-29T20:44:33.531614+00:00",
"Deleted": "2026-03-29T20:44:33.531614+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":"57e5c102-bbee-447d-9ded-4ba86a2e4afc","EventLocationGuid":"7a6b1195-2a42-4a74-bbcb-7fbab59e30d1","ParentGuid":"a3726006-6625-4d11-b3c5-4d31d9676ac6","EventThemes":[{"Guid":"d02f4d7a-6706-41cf-b038-410833d71855","Name":"sample string 2"},{"Guid":"d02f4d7a-6706-41cf-b038-410833d71855","Name":"sample string 2"}],"ContributionGuid":"9f5a25b1-604e-485c-aca1-35eeeba0894c","Accessibility":true,"Guid":"55c16030-fceb-4bd7-880b-0068611e928e","Created":"2026-03-29T20:44:33.531614+00:00","Modified":"2026-03-29T20:44:33.531614+00:00","Deleted":"2026-03-29T20:44:33.531614+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-03-29T20:44:33.531614+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-03-29T20:44:33.531614+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">55c16030-fceb-4bd7-880b-0068611e928e</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-03-29T20:44:33.531614+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>9f5a25b1-604e-485c-aca1-35eeeba0894c</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>57e5c102-bbee-447d-9ded-4ba86a2e4afc</EventGuid>
<EventLocationGuid>7a6b1195-2a42-4a74-bbcb-7fbab59e30d1</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>d02f4d7a-6706-41cf-b038-410833d71855</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>d02f4d7a-6706-41cf-b038-410833d71855</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>a3726006-6625-4d11-b3c5-4d31d9676ac6</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": "1e2f4ef5-42cf-4a5c-932f-a783b81e2465",
"EventLocationGuid": "b4bb8ef6-28d7-43e0-9ebe-f1896a75fcb1",
"ParentGuid": "13d73ccd-12d0-40c0-b2cc-c1697d31f093",
"EventThemes": [
{
"Guid": "e1378465-d576-49ec-91e7-83df2a9149ba",
"Name": "sample string 2"
},
{
"Guid": "e1378465-d576-49ec-91e7-83df2a9149ba",
"Name": "sample string 2"
}
],
"ContributionGuid": "451cd05f-c926-4287-8df1-315c4c4dfee0",
"Accessibility": true,
"Guid": "486549a0-7137-4973-aca5-5f5fff084801",
"Created": "2026-03-29T20:44:33.531614+00:00",
"Modified": "2026-03-29T20:44:33.531614+00:00",
"Deleted": "2026-03-29T20:44:33.531614+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":"1e2f4ef5-42cf-4a5c-932f-a783b81e2465","EventLocationGuid":"b4bb8ef6-28d7-43e0-9ebe-f1896a75fcb1","ParentGuid":"13d73ccd-12d0-40c0-b2cc-c1697d31f093","EventThemes":[{"Guid":"e1378465-d576-49ec-91e7-83df2a9149ba","Name":"sample string 2"},{"Guid":"e1378465-d576-49ec-91e7-83df2a9149ba","Name":"sample string 2"}],"ContributionGuid":"451cd05f-c926-4287-8df1-315c4c4dfee0","Accessibility":true,"Guid":"486549a0-7137-4973-aca5-5f5fff084801","Created":"2026-03-29T20:44:33.531614+00:00","Modified":"2026-03-29T20:44:33.531614+00:00","Deleted":"2026-03-29T20:44:33.531614+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-03-29T20:44:33.531614+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-03-29T20:44:33.531614+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">486549a0-7137-4973-aca5-5f5fff084801</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-03-29T20:44:33.531614+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>451cd05f-c926-4287-8df1-315c4c4dfee0</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>1e2f4ef5-42cf-4a5c-932f-a783b81e2465</EventGuid>
<EventLocationGuid>b4bb8ef6-28d7-43e0-9ebe-f1896a75fcb1</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>e1378465-d576-49ec-91e7-83df2a9149ba</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>e1378465-d576-49ec-91e7-83df2a9149ba</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>13d73ccd-12d0-40c0-b2cc-c1697d31f093</ParentGuid>
<SessionNumber>sample string 8</SessionNumber>
<Url>sample string 6</Url>
</ActivityViewModel>