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": "ca15f5e5-b0e5-437b-baf8-fe9267e8c3cb",
"EventLocationGuid": "c857ac1c-f145-4750-9f81-6f0d77667e9c",
"ParentGuid": "986969b2-78a4-453e-a418-3abf99741565",
"EventThemes": [
{
"Guid": "a14b7d11-cfd7-45d9-bbe0-187e68d11dc3",
"Name": "sample string 2"
},
{
"Guid": "a14b7d11-cfd7-45d9-bbe0-187e68d11dc3",
"Name": "sample string 2"
}
],
"ContributionGuid": "a41d7e24-c780-42ed-af5d-ea055ea7d610",
"Accessibility": true,
"Guid": "f8cfcead-3e1b-42ed-a3e6-07ce0d98d224",
"Created": "2026-09-05T06:20:11.1982034+00:00",
"Modified": "2026-09-05T06:20:11.1982034+00:00",
"Deleted": "2026-09-05T06:20:11.1982034+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":"ca15f5e5-b0e5-437b-baf8-fe9267e8c3cb","EventLocationGuid":"c857ac1c-f145-4750-9f81-6f0d77667e9c","ParentGuid":"986969b2-78a4-453e-a418-3abf99741565","EventThemes":[{"Guid":"a14b7d11-cfd7-45d9-bbe0-187e68d11dc3","Name":"sample string 2"},{"Guid":"a14b7d11-cfd7-45d9-bbe0-187e68d11dc3","Name":"sample string 2"}],"ContributionGuid":"a41d7e24-c780-42ed-af5d-ea055ea7d610","Accessibility":true,"Guid":"f8cfcead-3e1b-42ed-a3e6-07ce0d98d224","Created":"2026-09-05T06:20:11.1982034+00:00","Modified":"2026-09-05T06:20:11.1982034+00:00","Deleted":"2026-09-05T06:20:11.1982034+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-09-05T06:20:11.1982034+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-09-05T06:20:11.1982034+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">f8cfcead-3e1b-42ed-a3e6-07ce0d98d224</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-09-05T06:20:11.1982034+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>a41d7e24-c780-42ed-af5d-ea055ea7d610</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>ca15f5e5-b0e5-437b-baf8-fe9267e8c3cb</EventGuid>
<EventLocationGuid>c857ac1c-f145-4750-9f81-6f0d77667e9c</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>a14b7d11-cfd7-45d9-bbe0-187e68d11dc3</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>a14b7d11-cfd7-45d9-bbe0-187e68d11dc3</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>986969b2-78a4-453e-a418-3abf99741565</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": "c71a1205-d99f-4060-b8ff-b62a3f477a9d",
"EventLocationGuid": "a2ed28c3-f817-4790-91ae-bd5efadd5849",
"ParentGuid": "c66b785d-64b8-4a6f-a2bf-875279d11463",
"EventThemes": [
{
"Guid": "1bf4b217-9c15-4dff-af9d-775e7ea90f1d",
"Name": "sample string 2"
},
{
"Guid": "1bf4b217-9c15-4dff-af9d-775e7ea90f1d",
"Name": "sample string 2"
}
],
"ContributionGuid": "cf24a85e-ac46-4b6d-933d-d9cf632acd83",
"Accessibility": true,
"Guid": "c0a7d1dd-e6f2-464a-ab8a-e6b1f97811e7",
"Created": "2026-09-05T06:20:11.1982034+00:00",
"Modified": "2026-09-05T06:20:11.1982034+00:00",
"Deleted": "2026-09-05T06:20:11.1982034+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":"c71a1205-d99f-4060-b8ff-b62a3f477a9d","EventLocationGuid":"a2ed28c3-f817-4790-91ae-bd5efadd5849","ParentGuid":"c66b785d-64b8-4a6f-a2bf-875279d11463","EventThemes":[{"Guid":"1bf4b217-9c15-4dff-af9d-775e7ea90f1d","Name":"sample string 2"},{"Guid":"1bf4b217-9c15-4dff-af9d-775e7ea90f1d","Name":"sample string 2"}],"ContributionGuid":"cf24a85e-ac46-4b6d-933d-d9cf632acd83","Accessibility":true,"Guid":"c0a7d1dd-e6f2-464a-ab8a-e6b1f97811e7","Created":"2026-09-05T06:20:11.1982034+00:00","Modified":"2026-09-05T06:20:11.1982034+00:00","Deleted":"2026-09-05T06:20:11.1982034+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-09-05T06:20:11.1982034+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-09-05T06:20:11.1982034+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">c0a7d1dd-e6f2-464a-ab8a-e6b1f97811e7</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-09-05T06:20:11.1982034+00:00</Modified>
<Accessibility>true</Accessibility>
<ContributionGuid>cf24a85e-ac46-4b6d-933d-d9cf632acd83</ContributionGuid>
<Description>sample string 2</Description>
<DisplayTypeId>64</DisplayTypeId>
<EventGuid>c71a1205-d99f-4060-b8ff-b62a3f477a9d</EventGuid>
<EventLocationGuid>a2ed28c3-f817-4790-91ae-bd5efadd5849</EventLocationGuid>
<EventThemes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Common">
<d2p1:GuidName>
<d2p1:Guid>1bf4b217-9c15-4dff-af9d-775e7ea90f1d</d2p1:Guid>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:GuidName>
<d2p1:GuidName>
<d2p1:Guid>1bf4b217-9c15-4dff-af9d-775e7ea90f1d</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>c66b785d-64b8-4a6f-a2bf-875279d11463</ParentGuid>
<SessionNumber>sample string 8</SessionNumber>
<Url>sample string 6</Url>
</ActivityViewModel>